public method IO2GSummaryTableRow.getBuyClose

Brief

Gets the current market price at which all sell positions opened in the instrument can be closed.

Declaration
C++
virtual double  getBuyClose () = 0

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

Declared in IO2GSummaryTableRow

back