class O2GOfferRow
Parents | |
|
Brief
The class provides access to offer information.
Details
An instance of the class can be obtained by the following methods:
Method/Use |
Prerequisites |
This method is used to get the initial offer information after a session with the trading server is established. |
Depending on the trading server settings, the Offers table may or may not be loaded by the server automatically during a login process.
Both the methods use the For details, see the example below. |
This method is used to get offer information updates. |
To receive the offer information updates, you must implement the For details, see the example below. |
Example
Get Instrument, Bid and Ask prices [show]
The derived class is O2GOfferTableRow
.
The namespace is com.fxcore2
.
Public Methods | |
Gets the current market price an instrument can be bought at. |
|
Gets the usage of an ask price. |
|
Gets the current market price an instrument can be sold at. |
|
Gets the usage of a bid price. |
|
Gets the interest amount applied to the account balance for holding a one-lot long (buy) position opened overnight. |
|
Gets a cell of the table. |
|
Gets the columns of the table. |
|
Gets the base currency of an instrument. |
|
Gets the contract multiplier for some CFD instruments only. |
|
Gets the instrument price precision. |
|
Gets the highest ask price (buy price) of an instrument for the current trading day. |
|
Gets the symbol of an instrument. |
|
Gets the type of an instrument. |
|
Gets the lowest bid price (sell price) of an instrument for the current trading day. |
|
Gets the unique identification number of an instrument. |
|
Gets the size of one pip. |
|
Gets the unique identifier of the pair of prices (bid and ask) an instrument can be traded at. |
|
Gets the interest amount applied to the account balance for holding a one-lot short (sell) position opened overnight. |
|
Gets the subscription status. |
|
Gets the type of the table. |
|
Gets the date and time of the last update of the instrument. |
|
Gets the trading status. |
|
Gets the simulated delivery date. |
|
Gets a tick volume of the current minute. |
|
Gets the flag indicating whether the AskTradable field is valid or not. |
|
Gets the flag indicating whether the Ask field is valid. |
|
Gets the flag indicating whether the BidTradable field is valid. |
|
Gets the flag indicating whether the Bid field is valid. |
|
Gets the flag indicating whether the BuyInterest field is valid. |
|
Gets a flag indicating whether the value of the cell is changed. |
|
Gets the flag indicating whether the ContractCurrency field is valid. |
|
Gets the flag indicating whether the ContractMultiplier field is valid. |
|
Gets the flag indicating whether the Digits field is valid. |
|
Gets the flag indicating whether the High field is valid. |
|
Gets the flag indicating whether the InstrumentType field is valid. |
|
Gets the flag indicating whether the Instrument field is valid or not. |
|
Gets the flag indicating whether the Low field is valid. |
|
Gets the flag indicating whether the OfferID field is valid or not. |
|
Gets the flag indicating whether the PointSize field is valid. |
|
Gets the flag indicating whether the QuoteID field is valid. |
|
Gets the flag indicating whether the SellInterest field is valid. |
|
Gets the flag indicating whether the SubscriptionStatus field is valid. |
|
Gets the flag indicating whether the date and time of the last update of the instrument is valid. |
|
Gets the flag indicating whether the TradingStatus field is valid. |
|
Gets the flag indicating whether the ValueDate field is valid. |
|
Gets a flag indicating whether the Volume field is valid or not. |