Lean
$LEAN_TAG$
|
Data Downloader Interface for pulling data from a remote source. More...
Public Member Functions | |
IEnumerable< BaseData > | Get (DataDownloaderGetParameters dataDownloaderGetParameters) |
Get historical data enumerable for a single symbol, type and resolution given this start and end time (in UTC). More... | |
Data Downloader Interface for pulling data from a remote source.
Definition at line 24 of file IDataDownloader.cs.
IEnumerable<BaseData> QuantConnect.IDataDownloader.Get | ( | DataDownloaderGetParameters | dataDownloaderGetParameters | ) |
Get historical data enumerable for a single symbol, type and resolution given this start and end time (in UTC).
dataDownloaderGetParameters | model class for passing in parameters for historical data |
Implemented in QuantConnect.DownloaderDataProvider.Launcher.Models.BrokerageDataDownloader.