Click or drag to resize

InstrumentDefination Class

Instrument Defination class
Inheritance Hierarchy
SystemObject
  SharpCharts.Base.DataInstrumentDefination

Namespace:  SharpCharts.Base.Data
Assembly:  SharpCharts.Base (in SharpCharts.Base.dll) Version: 1.0.0.42 (1.0.0.42)
Syntax
C#
[SerializableAttribute]
public class InstrumentDefination : IEquatable<InstrumentDefination>, 
	INotifyPropertyChanged

The InstrumentDefination type exposes the following members.

Constructors
  NameDescription
Public methodInstrumentDefination
Constructor for instrument defination
Top
Properties
  NameDescription
Public propertyCurrency
gets or sets the currency
Public propertyDescription
Gets or sets the description. The field is optional.
Public propertyDisplayName
Public propertyDividends
Gets or sets the dividends
Public propertyExchange
Gets or sets the exchange
Public propertyHasExpiry
Gets if has expiry
Public propertyHasRollover
Gets if the instrument has rollover
Public propertyId
Gets or sets the id
Public propertyInstrumentType
Gets or sets the instrument type: Stock, Futures, Index, forex cfd or options
Public propertyIsOption
Gets if is option
Public propertyIsWeeklyContract
Gets or sets if weekly contract
Public propertyName
Gets or sets the name of the instrument
Public propertyPointValue
Gets or sets the point value
Public propertyRollover
Public propertySplits
Gets or sets the splits
Public propertySymbols
Gets or sets the symbol as supported by the data feed
Public propertyTickSize
Gets or sets the ticksize of the instrument. Default is 0.05
Top
Methods
Events
  NameDescription
Public eventPropertyChanged
Property changed event
Top
Operators
  NameDescription
Public operatorStatic memberEquality
Public operatorStatic memberInequality
Top
See Also