Click or drag to resize

Instrument Class

Inheritance Hierarchy
SystemObject
  ArthaChitra.Core.ViewModelNotifyPropertyBase
    ArthaChitra.Model.DataInstrument

Namespace: ArthaChitra.Model.Data
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax
C#
public class Instrument : NotifyPropertyBase, IInstrument, 
	IEquatable<Instrument>

The Instrument type exposes the following members.

Properties
 NameDescription
Public propertyAsk Gets the Ask
Public propertyAsks 
Public propertyBid Gets the Bid
Public propertyBids 
Public propertyChange Gets the Change
Public propertyCurrency 
Public propertyDefaultQuantity 
Public propertyDelta Gets the Delata
Public propertyDescription 
Public propertyDisplayName 
Public propertyExchange 
Public propertyExpiryDate 
Public propertyFullName 
Public propertyGamma Gets the Gamma
Public propertyHasExpiry 
Public propertyHigh Gets the High
Public propertyImpliedVolatility Gets the implied volatility
Public propertyInstrumentType 
Public propertyIsFuture 
Public propertyIsLevel2Subscribed Gets if level2 data is subscribed
Public propertyIsOption 
Public propertyIsWeekly 
Public propertyLast Gets the Last
Public propertyLevel1Callback 
Public propertyLevel2Callback 
Public propertyLow Gets the Low
Public propertyName 
Public propertyOpen Gets the Open
Public propertyOpenInterest Gets the open interest
Public propertyOptionType 
Public propertyPointValue 
Public propertyPreviousClose Gets the previous close
Public propertyPreviousOpenInterest Gets the previous open interest
Public propertyQuantityDivisor 
Public propertyRollover 
Public propertySessionTemplate 
Public propertySimPrice 
Public propertyStrikePrice 
Public propertyTheta Gets the Theta
Public propertyTickLength Gets the tick length
Public propertyTickSize 
Public propertyTotalAskVolume Gets the total ask volume
Public propertyTotalBidVolume Gets the total bid volume
Public propertyTotalVolume Gets the Total volume
Public propertyVega Gets the Vega
Public propertyVWAP Gets the average traded price
Public propertyYearlyHigh Gets the yearly high
Public propertyYearlyLow Gets the yearly low
Top
Methods
 NameDescription
Public methodEquals(Instrument) 
Public methodEquals(Object)
(Overrides ObjectEquals(Object))
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCode
(Overrides ObjectGetHashCode)
Public methodStatic memberGetOrAdd 
Public methodGetPrice 
Public methodGetSymbolByAdapter 
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodGetValue
(Inherited from NotifyPropertyBase)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Protected methodNotifyPropertyChanged
(Inherited from NotifyPropertyBase)
Public methodPriceStringFormat 
Public methodRoundToTickSize(Double) 
Public methodStatic memberRoundToTickSize(Decimal, Decimal) 
Public methodStatic memberRoundToTickSize(Double, Double) 
Protected methodSetValue
(Inherited from NotifyPropertyBase)
Public methodToString
(Overrides ObjectToString)
Public methodStatic memberTryParse 
Public methodVolumeStringFormat 
Top
Events
 NameDescription
Public eventPropertyChanged
(Inherited from NotifyPropertyBase)
Top
Operators
Fields
See Also