public property O2GOrderTableRow.OriginAmount

Brief

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

Declaration
C#
int  OriginAmount get;

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 O2GOrderRow

back