|
Lean
$LEAN_TAG$
|
Represents the parameters required for downloading universe data. More...
Public Member Functions | |
| DataUniverseDownloaderGetParameters (Symbol canonicalSymbol, DateTime startDate, DateTime endDate, SecurityExchangeHours securityExchangeHours=default) | |
| Initializes a new instance of the DataUniverseDownloaderGetParameters class. More... | |
| string | GetUniverseFileName (DateTime processingDate) |
| Gets the file name where the universe data will be saved. More... | |
| IEnumerable<(DateTime, IEnumerable< DataDownloaderGetParameters >)> | CreateDataDownloaderGetParameters () |
| Creates data download parameters for each day in the range. More... | |
Properties | |
| Symbol? | UnderlyingSymbol [get] |
| Gets the underlying symbol associated with the universe. More... | |
Represents the parameters required for downloading universe data.
Definition at line 28 of file DataUniverseDownloaderGetParameters.cs.
| DataUniverseDownloaderGetParameters.DataUniverseDownloaderGetParameters | ( | Symbol | canonicalSymbol, |
| DateTime | startDate, | ||
| DateTime | endDate, | ||
| SecurityExchangeHours | securityExchangeHours = default |
||
| ) |
Initializes a new instance of the DataUniverseDownloaderGetParameters class.
| canonicalSymbol | The canonical symbol for the data request. |
| startDate | The start date for the data request. |
| endDate | The end date for the data request. |
| securityExchangeHours | The security exchange hours for this symbol |
| ArgumentException | Thrown when the provided symbol is not canonical. |
Definition at line 53 of file DataUniverseDownloaderGetParameters.cs.
| string DataUniverseDownloaderGetParameters.GetUniverseFileName | ( | DateTime | processingDate | ) |
Gets the file name where the universe data will be saved.
| processingDate | The date for which the file name is generated. |
Definition at line 71 of file DataUniverseDownloaderGetParameters.cs.
| IEnumerable<(DateTime, IEnumerable<DataDownloaderGetParameters>)> DataUniverseDownloaderGetParameters.CreateDataDownloaderGetParameters | ( | ) |
Creates data download parameters for each day in the range.
Definition at line 79 of file DataUniverseDownloaderGetParameters.cs.
|
get |
Gets the underlying symbol associated with the universe.
Definition at line 43 of file DataUniverseDownloaderGetParameters.cs.