Lean
$LEAN_TAG$
|
Contains extension methods for the Downloader functionality. More...
Static Public Member Functions | |
static IEnumerable< DataDownloaderGetParameters > | GetDataDownloaderParameterForAllMappedSymbols (this DataDownloaderGetParameters dataDownloaderParameter, IMapFileProvider mapFileProvider, DateTimeZone exchangeTimeZone) |
Get DataDownloaderGetParameters for all mapped
with appropriate ticker name in specific date time range. More... | |
Contains extension methods for the Downloader functionality.
Definition at line 27 of file DownloaderExtensions.cs.
|
static |
Get DataDownloaderGetParameters for all mapped
with appropriate ticker name in specific date time range.
dataDownloaderParameter | Generated class in "Lean.Engine.DataFeeds.DownloaderDataProvider" |
mapFileProvider | Provides instances of MapFileResolver at run time |
exchangeTimeZone | Provides the time zone this exchange |
ArgumentNullException | Thrown when dataDownloaderParameter is null. |
Definition at line 41 of file DownloaderExtensions.cs.