public method IO2GOrderTableRow.getExecutionRate

Brief

Gets the price the order is executed at.

Declaration
C++
virtual double  getExecutionRate () = 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 the order is filled in several steps, the returned value may differ for every partial fill.
It is applicable only when the order is filled completely or partially, otherwise the method returns 0.0.

Declared in IO2GOrderRow

back