public method IO2GOrderTableRow.getTrailStep

Brief

Gets the number of pips the market should move before the order moves the same number of pips after it.

Declaration
C++
virtual int  getTrailStep () = 0

Details

It is applicable to trailing orders (trailing stop, entry trailing stop/limit) only, otherwise the method returns 0.

Note: If a trailing order is dynamic (automatically updates every 0.1 of a pip), the method returns 1.

Declared in IO2GOrderRow

back