QuikOrderConditionTypes
Types of order conditions specific to QuikOrderCondition.
Fields
public const QuikOrderConditionTypes LinkedOrder
value = QuikOrderConditionTypes.LinkedOrder
Two orders for the same instrument, identical in direction and volume. The first order is of type "Stop-limit", the second is a limit order. When one order is executed, the other is canceled.
public const QuikOrderConditionTypes OtherSecurity
value = QuikOrderConditionTypes.OtherSecurity
An order of type "Stop-limit" whose stop-price condition is checked against one instrument, while another instrument is specified in the resulting limit order.
public const QuikOrderConditionTypes StopLimit
value = QuikOrderConditionTypes.StopLimit
A stop order that generates a limit order upon activation.
public const QuikOrderConditionTypes TakeProfit
value = QuikOrderConditionTypes.TakeProfit
An order with the condition: "Execute when the price worsens by the specified value from the reached maximum (for sell) or minimum (for buy)."
public const QuikOrderConditionTypes TakeProfitStopLimit
value = QuikOrderConditionTypes.TakeProfitStopLimit
An order with two conditions: "take-profit" if the last trade price, after reaching a maximum, worsens by more than the specified offset; "stop-limit" if the last trade price worsens to the specified level.