|
Lean
$LEAN_TAG$
|
Provides a default implementation of IMapFileProvider that reads from the local disk More...
Public Member Functions | |
| LocalDiskMapFileProvider () | |
| Creates a new instance of the LocalDiskFactorFileProvider More... | |
| void | Initialize (IDataProvider dataProvider) |
| Initializes our MapFileProvider by supplying our dataProvider More... | |
| MapFileResolver | Get (AuxiliaryDataKey auxiliaryDataKey) |
| Gets a MapFileResolver representing all the map files for the specified market More... | |
Provides a default implementation of IMapFileProvider that reads from the local disk
Definition at line 29 of file LocalDiskMapFileProvider.cs.
| QuantConnect.Data.Auxiliary.LocalDiskMapFileProvider.LocalDiskMapFileProvider | ( | ) |
Creates a new instance of the LocalDiskFactorFileProvider
Definition at line 38 of file LocalDiskMapFileProvider.cs.
| void QuantConnect.Data.Auxiliary.LocalDiskMapFileProvider.Initialize | ( | IDataProvider | dataProvider | ) |
Initializes our MapFileProvider by supplying our dataProvider
| dataProvider | DataProvider to use |
Implements QuantConnect.Interfaces.IMapFileProvider.
Definition at line 47 of file LocalDiskMapFileProvider.cs.
| MapFileResolver QuantConnect.Data.Auxiliary.LocalDiskMapFileProvider.Get | ( | AuxiliaryDataKey | auxiliaryDataKey | ) |
Gets a MapFileResolver representing all the map files for the specified market
| auxiliaryDataKey | Key used to fetch a map file resolver. Specifying market and security type |
Implements QuantConnect.Interfaces.IMapFileProvider.
Definition at line 58 of file LocalDiskMapFileProvider.cs.