Click or drag to resize

SymbolHelperTryParseTradingSymbol Method


Namespace: ArthaChitra.Model.Connection
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax
C#
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

Boolean
See Also