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.42 (1.0.0.42)
Syntax
C#
[SerializableAttribute]
public class Instrument : IEquatable<Instrument>, 
	INotifyPropertyChanged, IXmlSerializable

The Instrument type exposes the following members.

Constructors
  NameDescription
Public methodInstrument(InstrumentDefination)
Constructor for instrument
Public methodInstrument(InstrumentDefination, DateTime)
Constructor for instrument
Public methodInstrument(InstrumentDefination, DateTime, OptionType, Double)
Constructor for instrument
Top
Properties
Methods
Events
  NameDescription
Public eventPropertyChanged
Property changed event
Top
Operators
  NameDescription
Public operatorStatic memberEquality
Public operatorStatic memberInequality
Top
See Also