Table of Contents

Class TransactionStopOrderKinds

Namespace
StockSharp.Quik
Assembly
StockSharp.Quik.dll

Типы стоп-заявки.

public static class TransactionStopOrderKinds
Inheritance
TransactionStopOrderKinds
Inherited Members

Fields

ActivatedByOrder

По исполнению заявки.

public const string ActivatedByOrder = "ACTIVATED_BY_ORDER_"

Field Value

string

ConditionPriceByOtherSecurity

С условием по другой бумаге.

public const string ConditionPriceByOtherSecurity = "CONDITION_PRICE_BY_OTHER_SEC"

Field Value

string

SimpleStopLimit

Стоп-лимит.

public const string SimpleStopLimit = "SIMPLE_STOP_ORDER"

Field Value

string

TakeProfit

Тэйк-профит.

public const string TakeProfit = "TAKE_PROFIT_STOP_ORDER"

Field Value

string

TakeProfitAndStopLimit

Тэйк-профит и стоп-лимит.

public const string TakeProfitAndStopLimit = "TAKE_PROFIT_AND_STOP_LIMIT_ORDER"

Field Value

string

WithLinkedLimitOrder

Со связанной заявкой.

public const string WithLinkedLimitOrder = "WITH_LINKED_LIMIT_ORDER"

Field Value

string