Lean  $LEAN_TAG$
QuantConnect.IDataDownloader Interface Reference

Data Downloader Interface for pulling data from a remote source. More...

Public Member Functions

IEnumerable< BaseDataGet (DataDownloaderGetParameters dataDownloaderGetParameters)
 Get historical data enumerable for a single symbol, type and resolution given this start and end time (in UTC). More...
 

Detailed Description

Data Downloader Interface for pulling data from a remote source.

Definition at line 25 of file IDataDownloader.cs.

Member Function Documentation

◆ Get()

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

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

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