public method O2GOrderTableRow.getTrailStep

Brief

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

Declaration
Java
int  getTrailStep ()

Details

It is applicable only for trailing orders (trailing stop, entry trailing stop/limit), 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 O2GOrderRow

back