SymbolHelperTryParseTradingSymbol Method |
Namespace: ArthaChitra.Model.ConnectionAssembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax public static bool TryParseTradingSymbol(
string tradingSymbol,
out string symbol,
out InstrumentType instrumentType,
out DateTime expiry,
out double strikePrice,
out OptionType optionType
)
Parameters
- tradingSymbol String
-
- symbol String
-
- instrumentType InstrumentType
-
- expiry DateTime
-
- strikePrice Double
-
- optionType OptionType
-
Return Value
BooleanSee Also