static public property Constants.SystemProperties.PEGGED_STOP_LIMIT_DISABLED

Brief

If the value of this parameter is "Y", Pegged Stop/Limit orders are not supported.

Declaration
Java
public static final String  PEGGED_STOP_LIMIT_DISABLED = "PEGGED_STOP_LIMIT_DISABLED";

Details

If the value of this parameter is "N", Pegged Stop/Limit orders are supported. In case the property does not exist, pegged stop/limits are enabled.

Declared in Constants.SystemProperties

back