public property O2GOrderTableRow.StopTrailStep

Brief

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

Declaration
C#
int  StopTrailStep get;

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 O2GOrderTableRow

back