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.6 (1.0.0.6)
Syntax
C#
[SerializableAttribute]
public class InstrumentDefination : IEquatable<InstrumentDefination>, 
	INotifyPropertyChanged

The InstrumentDefination type exposes the following members.

Constructors
  NameDescription
Public methodInstrumentDefination(InstrumentType, String, Exchange)
Constructor for instrument defination
Public methodInstrumentDefination(InstrumentType, String, Exchange, Double, OptionType)
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 propertyDividends
Gets or sets the dividends
Public propertyExchange
Gets or sets the exchange
Public propertyExpiries
Gets or sets the expiries
Public propertyExpiry
Gets or sets the expiry date
Public propertyHasExpiry
Gets if has expiry
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 propertyOptionType
Gets or sets the option type
Public propertyPointValue
Gets or sets the point value
Public propertySplits
Gets or sets the splits
Public propertyStrikePrice
Gets or sets the strike price
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
  NameDescription
Public methodEquals(Object) (Overrides ObjectEquals(Object).)
Public methodEquals(InstrumentDefination)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString (Overrides ObjectToString.)
Top
Events
  NameDescription
Public eventPropertyChanged
Property changed event
Top
See Also