|
Lean
$LEAN_TAG$
|
Class for downloading data from a brokerage. More...
Public Member Functions | |
| BrokerageDataDownloader () | |
| Initializes a new instance of the BrokerageDataDownloader class. More... | |
| 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... | |
Class for downloading data from a brokerage.
Definition at line 28 of file BrokerageDataDownloader.cs.
| QuantConnect.DownloaderDataProvider.Launcher.Models.BrokerageDataDownloader.BrokerageDataDownloader | ( | ) |
Initializes a new instance of the BrokerageDataDownloader class.
Definition at line 43 of file BrokerageDataDownloader.cs.
| IEnumerable<BaseData>? QuantConnect.DownloaderDataProvider.Launcher.Models.BrokerageDataDownloader.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 |
Implements QuantConnect.IDataDownloader.
Definition at line 89 of file BrokerageDataDownloader.cs.