QuikOrderConditionTypes

StockSharp.Fix.Quik.Lua

Types of order conditions specific to QuikOrderCondition.

Felder

LinkedOrder : QuikOrderConditionTypes

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 : QuikOrderConditionTypes

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 : QuikOrderConditionTypes

A stop order that generates a limit order upon activation.

TakeProfit : QuikOrderConditionTypes

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 : QuikOrderConditionTypes

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.