public method O2GTradeTableRow.getStop

Brief

Gets the price of an associated stop order (loss limit level).

Declaration
Java
double  getStop ()

Details

In the case of FX instruments, the returned value is expressed in the instrument counter currency per one unit of the base currency. In the case of CFD instruments, the returned value is expressed in the instrument native currency per one contract.

If there is no associated stop order, the method returns 0.0.

Note: It is applicable only for non-U.S.-based accounts.
In the case of the accounts subject to the FIFO rule, the method returns 0.0.

Declared in O2GTradeTableRow

back