public method IO2GOrderTableRow.getPegOffset

Brief

Gets the offset to the pegged price.

Declaration
C++
virtual double  getPegOffset () = 0

Details

The type of the pegged price can be obtained by the IO2GOrderRow.getPegType() 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 IO2GOrderRow

back