public method O2GOrderTableRow.getOriginAmount

Brief

Gets the original amount of the order when it is placed.

Declaration
Java
int  getOriginAmount ()

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.

The returned value remains same for the lifetime of the order.

Declared in O2GOrderRow

back