public method O2GOrderTableRow.getStopTrailStep

Brief

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

Declaration
Java
int  getStopTrailStep ()

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 only for opening orders (Entry or Market). If there is no associated trailing stop order, the method returns 0.

Declared in O2GOrderTableRow

back