|
Lean
$LEAN_TAG$
|
DTO for initializing the BacktestingOptionChainProvider More...
Public Member Functions | |
| ChainProviderInitializeParameters (IMapFileProvider mapFileProvider, IHistoryProvider historyProvider) | |
| Initializes a new instance of the ChainProviderInitializeParameters class More... | |
Properties | |
| IMapFileProvider | MapFileProvider [get, set] |
| The map file provider instance to us More... | |
| IHistoryProvider | HistoryProvider [get, set] |
| The history provider to use More... | |
DTO for initializing the BacktestingOptionChainProvider
Definition at line 23 of file ChainProviderInitializeParameters.cs.
| QuantConnect.Lean.Engine.DataFeeds.ChainProviderInitializeParameters.ChainProviderInitializeParameters | ( | IMapFileProvider | mapFileProvider, |
| IHistoryProvider | historyProvider | ||
| ) |
Initializes a new instance of the ChainProviderInitializeParameters class
| mapFileProvider | The map file provider instance to use |
| historyProvider | The history provider to use |
Definition at line 40 of file ChainProviderInitializeParameters.cs.
|
getset |
The map file provider instance to us
Definition at line 28 of file ChainProviderInitializeParameters.cs.
|
getset |
The history provider to use
Definition at line 33 of file ChainProviderInitializeParameters.cs.