Table of Contents

Class AlfaDirectOrderCondition

Namespace
StockSharp.AlfaDirect
Assembly
StockSharp.AlfaDirect.dll

Условие заявок, специфичных для StockSharp.AlfaDirect.

public class AlfaDirectOrderCondition : OrderCondition, IStopLossOrderCondition, ITakeProfitOrderCondition
Inheritance
AlfaDirectOrderCondition
Implements
Inherited Members
Extension Methods

Constructors

AlfaDirectOrderCondition()

Создать AlfaDirectOrderCondition.

public AlfaDirectOrderCondition()

Properties

Level

Максимальное отклонение в противоположную сторону. Используется для заявок TrailingStop.

[Display(ResourceType = typeof(LocalizedStrings), Name = "Str2268", Description = "Str2269", GroupName = "Str225", Order = 3)]
public decimal? Level { get; set; }

Property Value

decimal?

Slippage

Проскальзывание.

[Display(ResourceType = typeof(LocalizedStrings), Name = "Str225", Description = "Str2265", GroupName = "Str225", Order = 1)]
public decimal? Slippage { get; set; }

Property Value

decimal?

StopPrice

Стоп-цена.

[Display(ResourceType = typeof(LocalizedStrings), Name = "StopPrice", Description = "Str1693", GroupName = "Str225", Order = 0)]
public decimal? StopPrice { get; set; }

Property Value

decimal?

TakeProfit

Цена фиксирования прибыли. Используется для заявок Stop+TargetProfit.

[Display(ResourceType = typeof(LocalizedStrings), Name = "Str2266", Description = "Str2267", GroupName = "Str225", Order = 2)]
public decimal? TakeProfit { get; set; }

Property Value

decimal?