OptionsQuotingDiagramElement

StockSharp.Diagram.Elements

Options quoting diagram element.

Inherits: OptionsBaseModelDiagramElement<IBlackScholes>

Constructors

OptionsQuotingDiagramElement
public OptionsQuotingDiagramElement()
optionsQuotingDiagramElement = OptionsQuotingDiagramElement()

Initializes a new instance of the OptionsQuotingDiagramElement.

Properties

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

Icon resource name.

Max
public decimal? Max { get; set; }
value = optionsQuotingDiagramElement.Max
optionsQuotingDiagramElement.Max = value

Max.

Min
public decimal? Min { get; set; }
value = optionsQuotingDiagramElement.Min
optionsQuotingDiagramElement.Min = value

Min.

QuotingSide
public Sides QuotingSide { get; set; }
value = optionsQuotingDiagramElement.QuotingSide
optionsQuotingDiagramElement.QuotingSide = value

Quoting direction.

QuotingType
public OptionsQuotingTypes QuotingType { get; set; }
value = optionsQuotingDiagramElement.QuotingType
optionsQuotingDiagramElement.QuotingType = value

Quoting type.

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

The unique identifier of the diagram element type.

Methods

OnReseted
protected override void OnReseted()
optionsQuotingDiagramElement.OnReseted()

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

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

Process model socket.

value
DiagramSocketValue.