Lean
$LEAN_TAG$
|
An implementation of IFutureChainProvider that always returns an empty list of contracts More...
Public Member Functions | |
IEnumerable< Symbol > | GetFutureContractList (Symbol symbol, DateTime date) |
Gets the list of future contracts for a given underlying symbol More... | |
An implementation of IFutureChainProvider that always returns an empty list of contracts
Definition at line 26 of file EmptyFutureChainProvider.cs.
IEnumerable<Symbol> QuantConnect.Securities.Future.EmptyFutureChainProvider.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) |
Implements QuantConnect.Interfaces.IFutureChainProvider.
Definition at line 34 of file EmptyFutureChainProvider.cs.