|
Lean
$LEAN_TAG$
|
Model class for passing in parameters for historical data More...
Public Member Functions | |
| DataDownloaderGetParameters (Symbol symbol, Resolution resolution, DateTime startUtc, DateTime endUtc, TickType? tickType=null) | |
| Initialize model class for passing in parameters for historical data More... | |
| override string | ToString () |
| Returns a string representation of the DataDownloaderGetParameters object. More... | |
Properties | |
| Symbol | Symbol [get, set] |
| Symbol for the data we're looking for. More... | |
| Resolution | Resolution [get, set] |
| Resolution of the data request More... | |
| DateTime | StartUtc [get, set] |
| Start time of the data in UTC More... | |
| DateTime | EndUtc [get, set] |
| End time of the data in UTC More... | |
| TickType | TickType [get, set] |
| The type of tick to get More... | |
Model class for passing in parameters for historical data
Definition at line 23 of file DataDownloaderGetParameters.cs.
| QuantConnect.DataDownloaderGetParameters.DataDownloaderGetParameters | ( | Symbol | symbol, |
| Resolution | resolution, | ||
| DateTime | startUtc, | ||
| DateTime | endUtc, | ||
| TickType? | tickType = null |
||
| ) |
Initialize model class for passing in parameters for historical data
| symbol | Symbol for the data we're looking for. |
| resolution | Resolution of the data request |
| startUtc | Start time of the data in UTC |
| endUtc | End time of the data in UTC |
| tickType | [Optional] The type of tick to get. Defaults to QuantConnect.TickType.Trade |
Definition at line 58 of file DataDownloaderGetParameters.cs.
| override string QuantConnect.DataDownloaderGetParameters.ToString | ( | ) |
Returns a string representation of the DataDownloaderGetParameters object.
|
getset |
Symbol for the data we're looking for.
Definition at line 28 of file DataDownloaderGetParameters.cs.
|
getset |
Resolution of the data request
Definition at line 33 of file DataDownloaderGetParameters.cs.
|
getset |
Start time of the data in UTC
Definition at line 38 of file DataDownloaderGetParameters.cs.
|
getset |
End time of the data in UTC
Definition at line 43 of file DataDownloaderGetParameters.cs.
|
getset |
The type of tick to get
Definition at line 48 of file DataDownloaderGetParameters.cs.