Lean  $LEAN_TAG$
QuantConnect.Data.DownloaderExtensions Class Reference

Contains extension methods for the Downloader functionality. More...

Static Public Member Functions

static IEnumerable< DataDownloaderGetParametersGetDataDownloaderParameterForAllMappedSymbols (this DataDownloaderGetParameters dataDownloaderParameter, IMapFileProvider mapFileProvider, DateTimeZone exchangeTimeZone)
 Get DataDownloaderGetParameters for all mapped

See also
Symbol

with appropriate ticker name in specific date time range. More...

 

Detailed Description

Contains extension methods for the Downloader functionality.

Definition at line 27 of file DownloaderExtensions.cs.

Member Function Documentation

◆ GetDataDownloaderParameterForAllMappedSymbols()

static IEnumerable<DataDownloaderGetParameters> QuantConnect.Data.DownloaderExtensions.GetDataDownloaderParameterForAllMappedSymbols ( this DataDownloaderGetParameters  dataDownloaderParameter,
IMapFileProvider  mapFileProvider,
DateTimeZone  exchangeTimeZone 
)
static

Get DataDownloaderGetParameters for all mapped

See also
Symbol

with appropriate ticker name in specific date time range.

Parameters
dataDownloaderParameterGenerated class in "Lean.Engine.DataFeeds.DownloaderDataProvider"
mapFileProviderProvides instances of MapFileResolver at run time
exchangeTimeZoneProvides the time zone this exchange
Returns
Return DataDownloaderGetParameters with different DataDownloaderGetParameters.StartUtc -
See also
DataDownloaderGetParameters.EndUtc, Symbol
range and
Exceptions
ArgumentNullExceptionThrown when dataDownloaderParameter is null.

Definition at line 41 of file DownloaderExtensions.cs.


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