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 31 of file BacktestingChainProvider.cs.
◆ BacktestingChainProvider()
QuantConnect.Lean.Engine.DataFeeds.BacktestingChainProvider.BacktestingChainProvider |
( |
IDataCacheProvider |
dataCacheProvider | ) |
|
|
protected |
◆ 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 56 of file BacktestingChainProvider.cs.
◆ IsContractExpired()
static bool QuantConnect.Lean.Engine.DataFeeds.BacktestingChainProvider.IsContractExpired |
( |
Symbol |
symbol, |
|
|
DateTime |
date |
|
) |
| |
|
staticprotected |
◆ DataCacheProvider
IDataCacheProvider QuantConnect.Lean.Engine.DataFeeds.BacktestingChainProvider.DataCacheProvider |
|
getprotected |
The documentation for this class was generated from the following file: