class O2GOfferRow

Parents
System.IDisposable

Brief

The interface to the offer row parsed by the O2GOffersTableResponseReader and and O2GTablesUpdatesReader.

Details

The type defined in the fxcore2.dll assembly. The namespace is fxcore2.

Public Properties

Ask

The current market price the instrument can be bought at.

AskTradable

The flag indicating whether Ask price can be used to trade.

Bid

The current market price the instrument can be sold at.

BidTradable

The flag indicating whether bid price can be used to trade.

BuyInterest

The interest that is added to/subtracted from the account for holding overnight one lot buy position opened in this instrument. The lot size is based on the system base unit size. The interest is expressed in the account currency.

ContractCurrency

The base currency of the instrument (normally first currency in a pair).

ContractMultiplier

The contract multiplier is a number used to calculate the minimum size of a trade for some CFD (contract for difference) instruments only. It is expressed in contracts.

Digits

The instrument price precision.

High

The highest Ask price (buy price) of the instrument for the current trading day. The trading days are from 17:00 to 17:00 EST.

Instrument

The symbol name of the instrument.

InstrumentType

The type of the instrument.

isAskTradableValid

The flag indicating whether the AskTradable field is valid.

isAskValid

The flag indicating whether the Ask field is valid.

isBidTradableValid

The flag indicating whether the BidTradable field is valid.

isBidValid

The flag indicating whether the Bid field is valid.

isBuyInterestValid

The flag indicating whether the BuyInterest field is valid.

isContractCurrencyValid

The flag indicating whether the ContractCurrency field is valid.

isContractMultiplierValid

The flag indicating whether the ContractMultiplier field is valid.

isDigitsValid

The flag indicating whether the Digits field is valid.

isHighValid

The flag indicating whether the High field is valid.

isInstrumentTypeValid

The flag indicating whether the InstrumentType field is valid.

isInstrumentValid

The flag indicating whether the Instrument field is valid.

isLowValid

The flag indicating whether the Low field is valid.

isOfferIDValid

The flag indicating whether the OfferID field is valid.

isPointSizeValid

The flag indicating whether the PointSize field is valid.

isQuoteIDValid

The flag indicating whether the QuoteID field is valid.

isSellInterestValid

The flag indicating whether the SellInterest field is valid.

isSubscriptionStatusValid

The flag indicating whether the SubscriptionStatus field is valid.

isTimeValid

The flag indicating whether the Time field is valid.

isTradingStatusValid

The flag indicating whether the TradingStatus field is valid.

isValueDateValid

The flag indicating whether the ValueDate field is valid.

isVolumeValid

The flag indicating whether the Volume field is valid.

Low

The lowest Bid price (sell price) of the instrument for the current trading day.

OfferID

The unique identifier of the instrument.

PointSize

Returns the minimal change of the price (pip, point).

QuoteID

The unique identifier of the pair of prices (Bid and Ask) the instrument can be traded at.

SellInterest

The interest that is added to/subtracted from the account for holding overnight one lot sell position opened in this instrument. The lot size is based on the system base unit size. The interest is expressed in the account currency.

SubscriptionStatus

The subscription status.

Time

The date and time of the last update of the instrument.

TradingStatus

Defines whether the instrument is tradable.

ValueDate

The "Day Netting" contract close date.

Volume

The tick volume of the current minute.

Public Methods

Dispose

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

back