Lean
$LEAN_TAG$
|
Market today information class More...
Public Member Functions | |
MarketToday () | |
Default constructor (required for JSON serialization) More... | |
Properties | |
DateTime | Date [get, set] |
Date this packet was generated. More... | |
string | Status = string.Empty [get, set] |
Given the dates and times above, what is the current market status - open or closed. More... | |
MarketHours | PreMarket [get, set] |
Premarket hours for today More... | |
MarketHours | Open [get, set] |
Normal trading market hours for today More... | |
MarketHours | PostMarket [get, set] |
Post market hours for today More... | |
Market today information class
Definition at line 25 of file MarketTodayPacket.cs.
QuantConnect.Packets.MarketToday.MarketToday | ( | ) |
Default constructor (required for JSON serialization)
Definition at line 60 of file MarketTodayPacket.cs.
|
getset |
Date this packet was generated.
Definition at line 31 of file MarketTodayPacket.cs.
|
getset |
Given the dates and times above, what is the current market status - open or closed.
Definition at line 37 of file MarketTodayPacket.cs.
|
getset |
Premarket hours for today
Definition at line 43 of file MarketTodayPacket.cs.
|
getset |
Normal trading market hours for today
Definition at line 49 of file MarketTodayPacket.cs.
|
getset |
Post market hours for today
Definition at line 55 of file MarketTodayPacket.cs.