InstrumentDefinitionImportBaseTryParseTradingSymbol Method |
Parse the trading symbol
Namespace: ArthaChitra.Model.DataAssembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax protected bool TryParseTradingSymbol(
string tradingSymbol,
out string symbol,
out InstrumentType instrumentType,
out DateTime expiryDate,
out double strikePrice,
out OptionType optionType
)
Parameters
- tradingSymbol String
- Trading sysmbol
- symbol String
- Symbol
- instrumentType InstrumentType
- Instrument type
- expiryDate DateTime
- Expiry date
- strikePrice Double
- Strike price
- optionType OptionType
- Option type
Return Value
BooleanSee Also