Instrument Class |
Namespace: SharpCharts.Base.Data
[SerializableAttribute] public class Instrument : IEquatable<Instrument>, INotifyPropertyChanged
The Instrument type exposes the following members.
Name | Description | |
---|---|---|
Instrument(InstrumentDefination) |
Constructor for instrument
| |
Instrument(InstrumentDefination, DateTime) |
Constructor for instrument
|
Name | Description | |
---|---|---|
AskTrend |
Gets or sets ask trend
| |
BidTrend |
Gets or sets the bid trend
| |
DisplayName |
Gets the display name
| |
ExpiryDate |
Gets or sets the expiry date
| |
FullName |
Gets the full name
| |
Id |
Gets or sets the id
| |
InstrumentDefination |
Gets or sets the instrument defination
| |
InstrumentListId |
Gets or sets the instrument list id
| |
QuantitySize | ||
RealTimeData |
Gets or sets the real time data
| |
TickLength |
Gets the tick length
| |
Trend |
Gets or sets the trend
|
Name | Description | |
---|---|---|
Equals(Object) | (Overrides ObjectEquals(Object).) | |
Equals(Instrument) | ||
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | (Overrides ObjectGetHashCode.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
RoundToTickSize |
Round to tick size
| |
ToString | (Overrides ObjectToString.) | |
TryParse |
Name | Description | |
---|---|---|
PropertyChanged |
Property changed event
|