QuikOrderConditionTypes

StockSharp.Fix.Quik.Lua

Types of order conditions specific to QuikOrderCondition.

Fields

LinkedOrder
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.

OtherSecurity
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.

StopLimit
public const QuikOrderConditionTypes StopLimit
value = QuikOrderConditionTypes.StopLimit

A stop order that generates a limit order upon activation.

TakeProfit
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)."

TakeProfitStopLimit
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.