Class OptionsPositionChartDiagramElement
- Namespace
- StockSharp.Diagram.Elements
- Assembly
- StockSharp.Diagram.Core.dll
Panel for viewing options positions and greeks chart in respect to the underlying asset.
[Display(ResourceType = typeof(LocalizedStrings), Name = "OptionsPositions", Description = "OptionsPositionsElement", GroupName = "Options")]
public class OptionsPositionChartDiagramElement : OptionsBaseModelDiagramElement<BasketBlackScholes>, ILogReceiver, ILogSource, IDisposable, INotifyPropertyChanging, INotifyPropertyChanged, ICustomTypeDescriptor, INotifyPropertiesChanged, IPersistable
- Inheritance
-
OptionsPositionChartDiagramElement
- Implements
-
INotifyPropertiesChangedIPersistable
- Inherited Members
- Extension Methods
Constructors
OptionsPositionChartDiagramElement()
Initializes a new instance of the OptionsPositionChartDiagramElement.
public OptionsPositionChartDiagramElement()
Properties
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
OnPrepare()
To prepare for starting the diagram element algorithm.
protected override void OnPrepare()
OnReseted()
The method is called at re-initialisation of the diagram element state.
protected override void OnReseted()
ProcessModel(DiagramSocketValue)
Process model socket.
protected override void ProcessModel(DiagramSocketValue value)