Show / Hide Table of Contents

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

Extension Methods

Paths.Serialize<T>(T, String)
Paths.Serialize<T>(T)
EditorExtensions.ToItemsSource(Object, Type, Nullable<Boolean>, Nullable<ListSortDirection>, Func<IItemsSourceItem, Boolean>, Func<Object, String>, Func<Object, String>)
XamlHelper.WpfCast<T>(Object)
XamlHelper.CopyToClipboard<T>(T)
XamlHelper.EnsureUIThread(Object)
☀
☾
In This Article
Back to top
Copyright © StockSharp.
☀
☾