Lean
$LEAN_TAG$
|
Static class contains common utility methods specific to symbols representing the future contracts More...
Static Public Member Functions | |
static bool | IsStandard (Symbol symbol) |
Determine if a given Futures contract is a standard contract. More... | |
static bool | IsWeekly (Symbol symbol) |
Returns true if the future contract is a weekly contract More... | |
Static class contains common utility methods specific to symbols representing the future contracts
Definition at line 24 of file FutureSymbol.cs.
|
static |
Determine if a given Futures contract is a standard contract.
symbol | Future symbol |
Definition at line 31 of file FutureSymbol.cs.
|
static |
Returns true if the future contract is a weekly contract
symbol | Future symbol |
Definition at line 60 of file FutureSymbol.cs.