Click or drag to resize

AdapterBaseTGetInstrument Method


Namespace: ArthaChitra.Model.Connection
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.4.0
Syntax
C#
protected static Instrument GetInstrument(
	AdapterType adapterType,
	Exchange exchange,
	InstrumentType instrumentType,
	string symbol,
	double pointValue,
	double tickSize,
	DateTime expiryDate,
	double strikePrice,
	OptionType optionType
)

Parameters

adapterType  AdapterType
 
exchange  Exchange
 
instrumentType  InstrumentType
 
symbol  String
 
pointValue  Double
 
tickSize  Double
 
expiryDate  DateTime
 
strikePrice  Double
 
optionType  OptionType
 

Return Value

Instrument
See Also