public method IO2GOrderTableRow.getOriginAmount

Brief

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

Declaration
C++
virtual int  getOriginAmount () = 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.

The returned value remains the same for the order lifetime.

Declared in IO2GOrderRow

back