public method IO2GOrderTableRow.getStopTrailStep

Brief

Gets the trailing step of the associated trailing stop order or secondary entry stop order of an ELS order.

Declaration
C++
virtual int  getStopTrailStep () = 0

Details

The returned value is expressed in pips and represents the number of pips the market should move before the order moves the same number of pips after it. If the trailing order is dynamic (automatically updates every 0.1 of a pip), the method returns 1.

It is applicable to opening orders (Entry or Market) only. If there is no associated trailing stop order, the method returns 0.

Declared in IO2GOrderTableRow

back