class O2GOrderRow
Parents | |
|
Brief
The class provides access to order 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 order information after a session with the trading server is established. |
Depending on the trading server settings, the Orders table may or may not be loaded by the server automatically during a login process. To determine whether the table is loaded or not and what follow-up action is required to get closed position information, use the
returned value of the
Both the methods use the For details, see the example below. |
This method is used to get the order information that is created or changed during the session lifetime. |
To receive information about orders, you must implement the For details, see the example below. |
Example
Get Order ID, Amount and BuySell information [show]
The derived class is O2GOrderTableRow
.
The namespace is com.fxcore2
.
Public Methods | |
Gets the unique identification number of the account the order is placed on. |
|
Gets the type of the account the order is placed from. |
|
Gets the unique name of the account the order is placed on. |
|
Gets the amount of the order. |
|
Gets the distance from the current market price within which the trader allows the order to be executed. |
|
Gets the direction of the trade. |
|
Gets a cell of the table. |
|
Gets the columns of the table. |
|
Gets the type of the contingent order to which the order is linked. |
|
Gets the unique identification number of the contingent order to which the order is linked. |
|
Gets the price the order is executed at. |
|
Gets the expiration date and time of the order. |
|
Gets the amount of the last order portion filled. |
|
Gets the time, during which the trader must accept or reject the order requoted by the dealer. |
|
Gets the Net Amount order flag. |
|
Gets the unique identification number of the instrument the order is placed for. |
|
Gets the unique identification number of the order. |
|
Gets the original amount of the order when it is placed. |
|
Gets the unique identifier of the environment that is used to place the order. |
|
Gets the offset to the pegged price. |
|
Gets the price used to calculate the pegged order price. |
|
Gets the unique identification number of the primary order of the ELS or OTO contingent orders to which the order is linked. |
|
Gets the price the order is placed at. |
|
Gets the maximum price at which the order can be filled. |
|
Gets the minimum price at which the order can be filled. |
|
Gets the identifier of the request to create the order. |
|
Gets the custom identifier of the order. |
|
Gets the order action. |
|
Gets the state of the order. |
|
Gets the date and time of the last update of the order state. |
|
Gets the type of the table. |
|
Gets the time-in-force option of the order. |
|
Gets the unique identification number of the position to be opened/closed by the order. |
|
Gets the market price at the time the order automatically moves following the market fluctuations. |
|
Gets the number of pips the market should move before the order moves the same number of pips after it. |
|
Gets the type of the order. |
|
Gets the simulated delivery date. |
|
Gets the working indicator flag. |
|
Gets a flag indicating whether the value of the cell is changed. |