public method IO2GOrderTableRow.getFilledAmount

Brief

Gets the amount of the last order portion filled.

Declaration
C++
virtual int  getFilledAmount () = 0

Details

In case of FX instruments, the returned value is expressed in the instrument base currency.
In case of CFD instruments, the returned value is expressed in contracts.

If the order is rejected or canceled, the method returns 0.

Declared in IO2GOrderRow

back