Lean
$LEAN_TAG$
|
Represents a single entry in the MarketHoursDatabase More...
Public Member Functions | |
Entry (DateTimeZone dataTimeZone, SecurityExchangeHours exchangeHours) | |
Initializes a new instance of the Entry class More... | |
Properties | |
DateTimeZone | DataTimeZone [get] |
Gets the raw data time zone for this entry More... | |
SecurityExchangeHours | ExchangeHours [get] |
Gets the exchange hours for this entry More... | |
Represents a single entry in the MarketHoursDatabase
Definition at line 340 of file MarketHoursDatabase.cs.
QuantConnect.Securities.MarketHoursDatabase.Entry.Entry | ( | DateTimeZone | dataTimeZone, |
SecurityExchangeHours | exchangeHours | ||
) |
Initializes a new instance of the Entry class
dataTimeZone | The raw data time zone |
exchangeHours | The security exchange hours for this entry |
Definition at line 355 of file MarketHoursDatabase.cs.
|
get |
Gets the raw data time zone for this entry
Definition at line 345 of file MarketHoursDatabase.cs.
|
get |
Gets the exchange hours for this entry
Definition at line 349 of file MarketHoursDatabase.cs.