| InstrumentDefination Class |
Namespace: SharpCharts.Base.Data
[SerializableAttribute] public class InstrumentDefination : IEquatable<InstrumentDefination>, INotifyPropertyChanged
The InstrumentDefination type exposes the following members.
| Name | Description | |
|---|---|---|
| InstrumentDefination(InstrumentType, String, Exchange) |
Constructor for instrument defination
| |
| InstrumentDefination(InstrumentType, String, Exchange, Double, OptionType) |
Constructor for instrument defination
|
| Name | Description | |
|---|---|---|
| Currency |
gets or sets the currency
| |
| Description |
Gets or sets the description. The field is optional.
| |
| Dividends |
Gets or sets the dividends
| |
| Exchange |
Gets or sets the exchange
| |
| Expiries |
Gets or sets the expiries
| |
| Expiry |
Gets or sets the expiry date
| |
| HasExpiry |
Gets if has expiry
| |
| Id |
Gets or sets the id
| |
| InstrumentType |
Gets or sets the instrument type: Stock, Futures, Index, forex cfd or options
| |
| IsOption |
Gets if is option
| |
| IsWeeklyContract |
Gets or sets if weekly contract
| |
| Name |
Gets or sets the name of the instrument
| |
| OptionType |
Gets or sets the option type
| |
| PointValue |
Gets or sets the point value
| |
| Splits |
Gets or sets the splits
| |
| StrikePrice |
Gets or sets the strike price
| |
| Symbols |
Gets or sets the symbol as supported by the data feed
| |
| TickSize |
Gets or sets the ticksize of the instrument. Default is 0.05
|
| Name | Description | |
|---|---|---|
| Equals(Object) | (Overrides ObjectEquals(Object).) | |
| Equals(InstrumentDefination) | ||
| 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 | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | (Overrides ObjectToString.) |
| Name | Description | |
|---|---|---|
| PropertyChanged |
Property changed event
|