Lean  $LEAN_TAG$
QuantConnect.Data.Auxiliary.LocalDiskMapFileProvider Class Reference

Provides a default implementation of IMapFileProvider that reads from the local disk More...

Inheritance diagram for QuantConnect.Data.Auxiliary.LocalDiskMapFileProvider:
[legend]

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...
 

Detailed Description

Provides a default implementation of IMapFileProvider that reads from the local disk

Definition at line 29 of file LocalDiskMapFileProvider.cs.

Constructor & Destructor Documentation

◆ LocalDiskMapFileProvider()

QuantConnect.Data.Auxiliary.LocalDiskMapFileProvider.LocalDiskMapFileProvider ( )

Creates a new instance of the LocalDiskFactorFileProvider

Definition at line 38 of file LocalDiskMapFileProvider.cs.

Member Function Documentation

◆ Initialize()

void QuantConnect.Data.Auxiliary.LocalDiskMapFileProvider.Initialize ( IDataProvider  dataProvider)

Initializes our MapFileProvider by supplying our dataProvider

Parameters
dataProviderDataProvider to use

Implements QuantConnect.Interfaces.IMapFileProvider.

Definition at line 47 of file LocalDiskMapFileProvider.cs.

◆ Get()

MapFileResolver QuantConnect.Data.Auxiliary.LocalDiskMapFileProvider.Get ( AuxiliaryDataKey  auxiliaryDataKey)

Gets a MapFileResolver representing all the map files for the specified market

Parameters
auxiliaryDataKeyKey used to fetch a map file resolver. Specifying market and security type
Returns
A MapFileRow containing all map files for the specified market

Implements QuantConnect.Interfaces.IMapFileProvider.

Definition at line 58 of file LocalDiskMapFileProvider.cs.


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