Click or drag to resize
Instrument Class
Instrument class
Inheritance Hierarchy
SystemObject
  SharpCharts.Base.DataInstrument

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

The Instrument type exposes the following members.

Constructors
  NameDescription
Public methodInstrument(InstrumentDefination)
Constructor for instrument
Public methodInstrument(InstrumentDefination, DateTime)
Constructor for instrument
Top
Properties
  NameDescription
Public propertyAskTrend
Gets or sets ask trend
Public propertyBidTrend
Gets or sets the bid trend
Public propertyDisplayName
Gets the display name
Public propertyExpiryDate
Gets or sets the expiry date
Public propertyFullName
Gets the full name
Public propertyId
Gets or sets the id
Public propertyInstrumentDefination
Gets or sets the instrument defination
Public propertyInstrumentListId
Gets or sets the instrument list id
Public propertyQuantitySize
Public propertyRealTimeData
Gets or sets the real time data
Public propertyTickLength
Gets the tick length
Public propertyTrend
Gets or sets the trend
Top
Methods
Events
  NameDescription
Public eventPropertyChanged
Property changed event
Top
See Also