Lean  $LEAN_TAG$
QuantConnect.Securities.FutureOption.FutureOptionSymbol Class Reference

Static helper methods to resolve Futures Options Symbol-related tasks. More...

Static Public Member Functions

static bool IsStandard (Symbol _)
 Detects if the future option contract is standard, i.e. not weekly, not short-term, not mid-sized, etc. More...
 
static DateTime GetLastDayOfTrading (Symbol symbol)
 Gets the last day of trading, aliased to be the Futures options' expiry More...
 

Detailed Description

Static helper methods to resolve Futures Options Symbol-related tasks.

Definition at line 23 of file FutureOptionSymbol.cs.

Member Function Documentation

◆ IsStandard()

static bool QuantConnect.Securities.FutureOption.FutureOptionSymbol.IsStandard ( Symbol  _)
static

Detects if the future option contract is standard, i.e. not weekly, not short-term, not mid-sized, etc.

Parameters
_Symbol
Returns
true

We have no way of identifying the type of FOP contract based on the properties contained within the Symbol.

Here is the caller graph for this function:

◆ GetLastDayOfTrading()

static DateTime QuantConnect.Securities.FutureOption.FutureOptionSymbol.GetLastDayOfTrading ( Symbol  symbol)
static

Gets the last day of trading, aliased to be the Futures options' expiry

Parameters
symbolFutures Options Symbol
Returns
Last day of trading date
Here is the caller graph for this function:

The documentation for this class was generated from the following file: