public method O2GSummaryTableRow.getSellClose

Brief

Gets the current market price, at which long (buy) positions can be closed.

Declaration
Java
double  getSellClose ()

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 are no long positions for the instrument, the method returns 0.0.

Declared in O2GSummaryTableRow

back