|
Lean
$LEAN_TAG$
|
An implementation of IOptionChainProvider that always returns an empty list of contracts More...
Public Member Functions | |
| IEnumerable< Symbol > | GetOptionContractList (Symbol symbol, DateTime date) |
| Gets the list of option contracts for a given underlying symbol More... | |
An implementation of IOptionChainProvider that always returns an empty list of contracts
Definition at line 26 of file EmptyOptionChainProvider.cs.
| IEnumerable<Symbol> QuantConnect.Securities.Option.EmptyOptionChainProvider.GetOptionContractList | ( | Symbol | symbol, |
| DateTime | date | ||
| ) |
Gets the list of option contracts for a given underlying symbol
| symbol | The underlying symbol |
| date | The date for which to request the option chain (only used in backtesting) |
Implements QuantConnect.Interfaces.IOptionChainProvider.
Definition at line 34 of file EmptyOptionChainProvider.cs.