Class OptionsHedgeDiagramElement
Options hedging diagram element.
Implements
Ecng.Serialization.IPersistable
Ecng.ComponentModel.INotifyPropertiesChanged
Inherited Members
Namespace: StockSharp.Xaml.Diagram.Elements
Assembly: StockSharp.Xaml.Diagram.dll
Syntax
[CategoryLoc("Options")]
[DisplayNameLoc("Str1244")]
[DescriptionLoc("OptionsHedgeDiagramElement", false)]
public class OptionsHedgeDiagramElement : DiagramElement, IPersistable, ILogReceiver, ILogSource, IDisposable, INotifyPropertyChanging, INotifyPropertyChanged, ICustomTypeDescriptor, INotifyPropertiesChanged
Constructors
OptionsHedgeDiagramElement()
Создать OptionsHedgeDiagramElement.
Declaration
public OptionsHedgeDiagramElement()
Properties
HedgeType
Тип хеджирования.
Declaration
public Nullable<BlackScholesGreeks> HedgeType { get; set; }
Property Value
Type | Description |
---|---|
Nullable<BlackScholesGreeks> |
IconName
Название ресурса с изображением.
Declaration
public override string IconName { get; }
Property Value
Type | Description |
---|---|
String |
Overrides
TypeId
Уникальный идентификатор типа элемента схемы.
Declaration
public override Guid TypeId { get; }
Property Value
Type | Description |
---|---|
Guid |
Overrides
Methods
OnStart()
Метод вызывается при запуске алгоритма элемента схемы.
Declaration
protected override void OnStart()
Overrides
OnStop()
Метод вызывается при остановке алгоритма элемента схемы.
Declaration
protected override void OnStop()
Overrides
Implements
Ecng.Serialization.IPersistable
Ecng.ComponentModel.INotifyPropertiesChanged