Lean
$LEAN_TAG$
|
This is the complete list of members for QuantConnect.SymbolRepresentation, including all inherited members.
FuturesMonthCodeLookup | QuantConnect.SymbolRepresentation | static |
FuturesMonthLookup | QuantConnect.SymbolRepresentation | static |
GenerateFutureTicker(string underlying, DateTime expiration, bool doubleDigitsYear=true, bool includeExpirationDate=true) | QuantConnect.SymbolRepresentation | static |
GenerateOptionTicker(Symbol symbol) | QuantConnect.SymbolRepresentation | static |
GenerateOptionTickerOSI(this Symbol symbol) | QuantConnect.SymbolRepresentation | static |
GenerateOptionTickerOSI(string underlying, OptionRight right, decimal strikePrice, DateTime expiration) | QuantConnect.SymbolRepresentation | static |
GenerateOptionTickerOSICompact(this Symbol symbol) | QuantConnect.SymbolRepresentation | static |
GenerateOptionTickerOSICompact(string underlying, OptionRight right, decimal strikePrice, DateTime expiration) | QuantConnect.SymbolRepresentation | static |
ParseFutureOptionSymbol(string ticker, int strikeScale=1) | QuantConnect.SymbolRepresentation | static |
ParseFutureSymbol(string ticker, int? futureYear=null) | QuantConnect.SymbolRepresentation | static |
ParseFutureTicker(string ticker) | QuantConnect.SymbolRepresentation | static |
ParseOptionTickerIQFeed(string ticker) | QuantConnect.SymbolRepresentation | static |
ParseOptionTickerOSI(string ticker, SecurityType securityType=SecurityType.Option, string market=Market.USA) | QuantConnect.SymbolRepresentation | static |
ParseOptionTickerOSI(string ticker, SecurityType securityType, OptionStyle optionStyle, string market) | QuantConnect.SymbolRepresentation | static |
TryDecomposeOptionTickerOSI(string ticker, out string optionTicker, out DateTime expiry, out OptionRight right, out decimal strike) | QuantConnect.SymbolRepresentation | static |
TryDecomposeOptionTickerOSI(string ticker, SecurityType securityType, out string optionTicker, out string underlyingTicker, out DateTime expiry, out OptionRight right, out decimal strike) | QuantConnect.SymbolRepresentation | static |