Click or drag to resize

Instrument Constructor (InstrumentDefination, DateTime, OptionType, Double)

Constructor for instrument

Namespace:  SharpCharts.Base.Data
Assembly:  SharpCharts.Base (in SharpCharts.Base.dll) Version: 1.0.0.42 (1.0.0.42)
Syntax
C#
public Instrument(
	InstrumentDefination instrumentDefination,
	DateTime expiryDate,
	OptionType optionType,
	double strikePrice
)

Parameters

instrumentDefination
Type: SharpCharts.Base.DataInstrumentDefination
Instrument definition
expiryDate
Type: SystemDateTime
Expiry date
optionType
Type: SharpCharts.Base.DataOptionType
Option type
strikePrice
Type: SystemDouble
Strike price
See Also