Click or drag to resize
Instrument Constructor (InstrumentDefination, DateTime)
Constructor for instrument

Namespace: SharpCharts.Base.Data
Assembly: SharpCharts.Base (in SharpCharts.Base.dll) Version: 1.0.0.6 (1.0.0.6)
Syntax
C#
public Instrument(
	InstrumentDefination instrumentDefination,
	DateTime expiryDate
)

Parameters

instrumentDefination
Type: SharpCharts.Base.DataInstrumentDefination
Instrument defination
expiryDate
Type: SystemDateTime
expiry date
See Also