Static helper methods to resolve Futures Options Symbol-related tasks.
More...
|
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...
|
|
Static helper methods to resolve Futures Options Symbol-related tasks.
Definition at line 23 of file FutureOptionSymbol.cs.
◆ 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
-
- Returns
- true
We have no way of identifying the type of FOP contract based on the properties contained within the Symbol.
◆ 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
-
symbol | Futures Options Symbol |
- Returns
- Last day of trading date
The documentation for this class was generated from the following file: