public property O2GOrderTableRow.PegOffset

Brief

Gets the offset to the pegged price.

Declaration
C#
double  PegOffset get;

Details

The type of the pegged price can be obtained by the O2GOrderRow.PegType() method. The returned value is expressed in pips.

The returned value can be positive or negative. It is applicable only to stop/limit orders and secondary orders of ELS orders. For all other orders, the method returns 0.0.

Declared in O2GOrderRow

back