public property O2GTradeTableRow.Limit

Brief

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

Declaration
C#
double  Limit get;

Details

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

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

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

Declared in O2GTradeTableRow

back