Lean  $LEAN_TAG$
QuantConnect.Packets.MarketToday Class Reference

Market today information class More...

Public Member Functions

 MarketToday ()
 Default constructor (required for JSON serialization) More...
 

Public Attributes

string Status = ""
 Given the dates and times above, what is the current market status - open or closed. More...
 
MarketHours PreMarket
 Premarket hours for today More...
 
MarketHours Open
 Normal trading market hours for today More...
 
MarketHours PostMarket
 Post market hours for today More...
 

Properties

DateTime Date [get, set]
 Date this packet was generated. More...
 

Detailed Description

Market today information class

Definition at line 25 of file MarketTodayPacket.cs.

Constructor & Destructor Documentation

◆ MarketToday()

QuantConnect.Packets.MarketToday.MarketToday ( )

Default constructor (required for JSON serialization)

Definition at line 60 of file MarketTodayPacket.cs.

Member Data Documentation

◆ Status

string QuantConnect.Packets.MarketToday.Status = ""

Given the dates and times above, what is the current market status - open or closed.

Definition at line 37 of file MarketTodayPacket.cs.

◆ PreMarket

MarketHours QuantConnect.Packets.MarketToday.PreMarket

Premarket hours for today

Definition at line 43 of file MarketTodayPacket.cs.

◆ Open

MarketHours QuantConnect.Packets.MarketToday.Open

Normal trading market hours for today

Definition at line 49 of file MarketTodayPacket.cs.

◆ PostMarket

MarketHours QuantConnect.Packets.MarketToday.PostMarket

Post market hours for today

Definition at line 55 of file MarketTodayPacket.cs.

Property Documentation

◆ Date

DateTime QuantConnect.Packets.MarketToday.Date
getset

Date this packet was generated.

Definition at line 31 of file MarketTodayPacket.cs.


The documentation for this class was generated from the following file: