Lean
$LEAN_TAG$
|
Provides conversions from a GLOBEX Futures ticker to a GLOBEX Futures Options ticker More...
Static Public Member Functions | |
static string | Map (string futureTicker) |
Returns the futures options ticker for the given futures ticker. More... | |
static string | MapFromOption (string futureOptionTicker) |
Maps a futures options ticker to its underlying future's ticker More... | |
Provides conversions from a GLOBEX Futures ticker to a GLOBEX Futures Options ticker
Definition at line 24 of file FuturesOptionsSymbolMappings.cs.
|
static |
Returns the futures options ticker for the given futures ticker.
futureTicker | Future GLOBEX ticker to get Future Option GLOBEX ticker for |
Definition at line 70 of file FuturesOptionsSymbolMappings.cs.
|
static |
Maps a futures options ticker to its underlying future's ticker
futureOptionTicker | Future option ticker to map to the underlying |
Definition at line 88 of file FuturesOptionsSymbolMappings.cs.