static public property Constants.SystemProperties.TRAILING_DYNAMIC

Brief

The property shows whether the server supports dynamic trailing.

Declaration
C#
string  TRAILING_DYNAMIC

Details

In case the value of this parameter is "Y", the TrailStep parameter of the methods related to orders acts as a simple Boolean flag. In case the TrailStep parameter does not equal zero the order is a trailing order. In case the TrailStep parameter equals zero, the order is not a trailing order.

In case the value of this parameter is "N", the TrailStep parameter defines the minimal movement of the order rate expressed in pips.

Declared in Constants.SystemProperties

back