Lean  $LEAN_TAG$
QuantConnect.DownloaderDataProvider.Launcher.Models.BrokerageDataDownloader Class Reference

Class for downloading data from a brokerage. More...

Inheritance diagram for QuantConnect.DownloaderDataProvider.Launcher.Models.BrokerageDataDownloader:
[legend]

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...
 

Detailed Description

Class for downloading data from a brokerage.

Definition at line 28 of file BrokerageDataDownloader.cs.

Constructor & Destructor Documentation

◆ BrokerageDataDownloader()

QuantConnect.DownloaderDataProvider.Launcher.Models.BrokerageDataDownloader.BrokerageDataDownloader ( )

Initializes a new instance of the BrokerageDataDownloader class.

Definition at line 43 of file BrokerageDataDownloader.cs.

Here is the call graph for this function:

Member Function Documentation

◆ Get()

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).

Parameters
dataDownloaderGetParametersmodel class for passing in parameters for historical data
Returns
Enumerable of base data for this symbol

Implements QuantConnect.IDataDownloader.

Definition at line 80 of file BrokerageDataDownloader.cs.

Here is the call graph for this function:

The documentation for this class was generated from the following file: