IMapFileProvider
QuantConnect.Interfaces.IMapFileProvider
Provides instances of MapFileResolver at run time
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 MapFileResolver 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 |