Lean
$LEAN_TAG$
|
Defines the json structure of the market-hours-database.json file More...
Public Member Functions | |
MarketHoursDatabaseJson (MarketHoursDatabase database) | |
Initializes a new instance of the MarketHoursDatabaseJson class More... | |
MarketHoursDatabase | Convert () |
Converts this json representation to the MarketHoursDatabase type More... | |
Properties | |
Dictionary< string, MarketHoursDatabaseEntryJson > | Entries [get, set] |
The entries in the market hours database, keyed by SecurityDatabaseKey More... | |
Defines the json structure of the market-hours-database.json file
Definition at line 71 of file MarketHoursDatabaseJsonConverter.cs.
QuantConnect.Util.MarketHoursDatabaseJsonConverter.MarketHoursDatabaseJson.MarketHoursDatabaseJson | ( | MarketHoursDatabase | database | ) |
Initializes a new instance of the MarketHoursDatabaseJson class
database | The database instance to copy |
Definition at line 83 of file MarketHoursDatabaseJsonConverter.cs.
MarketHoursDatabase QuantConnect.Util.MarketHoursDatabaseJsonConverter.MarketHoursDatabaseJson.Convert | ( | ) |
Converts this json representation to the MarketHoursDatabase type
Definition at line 99 of file MarketHoursDatabaseJsonConverter.cs.
|
getset |
The entries in the market hours database, keyed by SecurityDatabaseKey
Definition at line 77 of file MarketHoursDatabaseJsonConverter.cs.