LocalDiskMapFileProvider
QuantConnect.Data.Auxiliary.LocalDiskMapFileProvider
LocalDiskMapFileProvider()
Bases: Object, IMapFileProvider
Provides a default implementation of IMapFileProvider that reads from the local disk
Creates a new instance of the LocalDiskFactorFileProvider
get
get(
auxiliary_data_key: AuxiliaryDataKey,
) -> MapFileResolver
Gets a MapFileResolver representing all the map files for the specified market
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
auxiliary_data_key
|
AuxiliaryDataKey
|
Key used to fetch a map file resolver. Specifying market and security type |
required |
Returns:
| Type | Description |
|---|---|
MapFileResolver
|
A MapFileRow containing all map files for the specified market. |
initialize
initialize(data_provider: IDataProvider) -> None
Initializes our MapFileProvider by supplying our data_provider
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
data_provider
|
IDataProvider
|
DataProvider to use |
required |