public method O2GOrderRow.getFilledAmount

Brief

Gets the amount of the last order portion filled.

Declaration
Java
int  getFilledAmount ()

Details

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

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

Declared in O2GOrderRow

back