Class OptionsHedgeDiagramElement
- Namespace
- StockSharp.Diagram.Elements
- Assembly
- StockSharp.Diagram.Core.dll
Options hedging diagram element.
[Display(ResourceType = typeof(LocalizedStrings), Name = "Hedging", Description = "OptionsHedgeDiagramElement", GroupName = "Options")]
public class OptionsHedgeDiagramElement : OptionsBaseModelDiagramElement<BasketBlackScholes>, ILogReceiver, ILogSource, IDisposable, INotifyPropertyChanging, INotifyPropertyChanged, ICustomTypeDescriptor, INotifyPropertiesChanged, IPersistable
- Inheritance
-
OptionsHedgeDiagramElement
- Implements
-
INotifyPropertiesChangedIPersistable
- Inherited Members
- Extension Methods
Constructors
OptionsHedgeDiagramElement()
Initializes a new instance of the OptionsHedgeDiagramElement.
public OptionsHedgeDiagramElement()
Properties
HedgeType
Hedge type.
public BlackScholesGreeks? HedgeType { get; set; }
Property Value
IconName
Icon resource name.
public override string IconName { get; }
Property Value
TypeId
The unique identifier of the diagram element type.
public override Guid TypeId { get; }
Property Value
Methods
OnReseted()
The method is called at re-initialisation of the diagram element state.
protected override void OnReseted()
OnStop()
The method is called at the stop of the diagram element algorithm.
protected override void OnStop()