Click or drag to resize
InstrumentDefination Constructor (InstrumentType, String, Exchange)
Constructor for instrument defination

Namespace: SharpCharts.Base.Data
Assembly: SharpCharts.Base (in SharpCharts.Base.dll) Version: 1.0.0.6 (1.0.0.6)
Syntax
C#
public InstrumentDefination(
	InstrumentType instrumentType,
	string name,
	Exchange exchange
)

Parameters

instrumentType
Type: SharpCharts.Base.DataInstrumentType
Instrument type
name
Type: SystemString
name
exchange
Type: SharpCharts.Base.DataExchange
exchange
See Also