Interface IProtectiveStrategy
Интерфейс защитной стратегии.
Namespace: StockSharp.Algo.Strategies.Protective
Assembly: StockSharp.Algo.Strategies.dll
Syntax
public interface IProtectiveStrategy
Properties
ProtectivePrice
Цена защищаемой позиции.
Declaration
Decimal ProtectivePrice { get; }
Property Value
Type | Description |
---|---|
Decimal |
ProtectiveSide
Направление защищаемой позиции.
Declaration
Sides ProtectiveSide { get; }
Property Value
Type | Description |
---|---|
Sides |
ProtectiveVolume
Защищаемый объем.
Declaration
Decimal ProtectiveVolume { get; set; }
Property Value
Type | Description |
---|---|
Decimal |
Events
ProtectiveVolumeChanged
Событие об изменении защищаемого объема.
Declaration
event Action ProtectiveVolumeChanged
Event Type
Type | Description |
---|---|
Action |