Click or drag to resize

IInstrument Interface

Instrument

Namespace: ArthaChitra.Model.Data
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.6.0
Syntax
C#
public interface IInstrument

The IInstrument type exposes the following members.

Properties
 NameDescription
Public propertyCurrencyCurrency
Public propertyDescription Description
Public propertyDisplayName Display name
Public propertyExchangeExchange
Public propertyExpiryDate Gets the expiry date, if any
Public propertyFullName Full name
Public propertyInstrumentTypeInstrumentType
Public propertyName Name
Public propertyOptionType Gets the OptionType, if any
Public propertyPointValue Gets the point value
Public propertySessionTemplate Gets the Session template
Public propertyStrikePrice Gets the strike price, if any
Public propertyTickSize Gets the tick size
Top
Methods
 NameDescription
Public methodGetPrice Get price by MarketDataType
Public methodPriceStringFormat Format the value
Public methodRoundToTickSize Round the value to the TickSize
Public methodVolumeStringFormat Format the volume
Top
See Also