Lean
$LEAN_TAG$
|
Market open hours model for pre, normal and post market hour definitions. More...
Public Member Functions | |
MarketHours (DateTime referenceDate, double defaultStart, double defaultEnd) | |
Market hours initializer given an hours since midnight measure for the market hours today More... | |
Properties | |
DateTime | Start [get, set] |
Start time for this market hour category More... | |
DateTime | End [get, set] |
End time for this market hour category More... | |
Market open hours model for pre, normal and post market hour definitions.
Definition at line 67 of file MarketTodayPacket.cs.
QuantConnect.Packets.MarketHours.MarketHours | ( | DateTime | referenceDate, |
double | defaultStart, | ||
double | defaultEnd | ||
) |
Market hours initializer given an hours since midnight measure for the market hours today
referenceDate | Reference date used for as base date from the specified hour offsets |
defaultStart | Time in hours since midnight to start this open period. |
defaultEnd | Time in hours since midnight to end this open period. |
Definition at line 87 of file MarketTodayPacket.cs.
|
getset |
Start time for this market hour category
Definition at line 73 of file MarketTodayPacket.cs.
|
getset |
End time for this market hour category
Definition at line 79 of file MarketTodayPacket.cs.