Base backtesting cache provider which will source symbols from local zip files
More...
Base backtesting cache provider which will source symbols from local zip files
Definition at line 30 of file BacktestingChainProvider.cs.
◆ BacktestingChainProvider()
| QuantConnect.Lean.Engine.DataFeeds.BacktestingChainProvider.BacktestingChainProvider |
( |
| ) |
|
|
protected |
◆ Initialize()
◆ GetSymbols()
| IEnumerable<Symbol> QuantConnect.Lean.Engine.DataFeeds.BacktestingChainProvider.GetSymbols |
( |
Symbol |
canonicalSymbol, |
|
|
DateTime |
date |
|
) |
| |
|
protected |
Get the contract symbols associated with the given canonical symbol and date
- Parameters
-
| canonicalSymbol | The canonical symbol |
| date | The date to search for |
Definition at line 66 of file BacktestingChainProvider.cs.
◆ IsContractExpired()
| static bool QuantConnect.Lean.Engine.DataFeeds.BacktestingChainProvider.IsContractExpired |
( |
Symbol |
symbol, |
|
|
DateTime |
date |
|
) |
| |
|
staticprotected |
◆ MapFileProvider
| IMapFileProvider QuantConnect.Lean.Engine.DataFeeds.BacktestingChainProvider.MapFileProvider |
|
getprotected |
◆ HistoryProvider
| IHistoryProvider QuantConnect.Lean.Engine.DataFeeds.BacktestingChainProvider.HistoryProvider |
|
getprotected |
The documentation for this class was generated from the following file: