OptionsPositionChartDiagramElement

StockSharp.Diagram.Elements

Panel for viewing options positions and greeks chart in respect to the underlying asset.

Inherits: OptionsBaseModelDiagramElement<BasketBlackScholes>

Constructors

OptionsPositionChartDiagramElement
public OptionsPositionChartDiagramElement()
optionsPositionChartDiagramElement = OptionsPositionChartDiagramElement()

Initializes a new instance of the OptionsPositionChartDiagramElement.

Properties

IconName
public override string IconName { get; }
value = optionsPositionChartDiagramElement.IconName

Icon resource name.

TypeId
public override Guid TypeId { get; }
value = optionsPositionChartDiagramElement.TypeId

The unique identifier of the diagram element type.

Methods

OnPrepare
protected override void OnPrepare()
optionsPositionChartDiagramElement.OnPrepare()

To prepare for starting the diagram element algorithm.

OnReseted
protected override void OnReseted()
optionsPositionChartDiagramElement.OnReseted()

The method is called at re-initialisation of the diagram element state.

ProcessModel
protected override void ProcessModel(DiagramSocketValue value)
optionsPositionChartDiagramElement.ProcessModel(value)

Process model socket.

value
DiagramSocketValue.