AdapterBaseTGetInstrument Method |
Namespace: ArthaChitra.Model.ConnectionAssembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.4.0
Syntaxprotected 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