Lean
$LEAN_TAG$
|
Provides the full future chain for a given underlying. More...
Public Member Functions | |
IEnumerable< Symbol > | GetFutureContractList (Symbol symbol, DateTime date) |
Gets the list of future contracts for a given underlying symbol More... | |
Provides the full future chain for a given underlying.
Definition at line 24 of file IFutureChainProvider.cs.
IEnumerable<Symbol> QuantConnect.Interfaces.IFutureChainProvider.GetFutureContractList | ( | Symbol | symbol, |
DateTime | date | ||
) |
Gets the list of future contracts for a given underlying symbol
symbol | The underlying symbol |
date | The date for which to request the future chain (only used in backtesting) |
Implemented in QuantConnect.Lean.Engine.DataFeeds.CachingFutureChainProvider, QuantConnect.Lean.Engine.DataFeeds.LiveFutureChainProvider, QuantConnect.Lean.Engine.DataFeeds.BacktestingFutureChainProvider, and QuantConnect.Securities.Future.EmptyFutureChainProvider.