OptionsQuotingDiagramElement

StockSharp.Diagram.Elements

Optionen, die das Diagrammelement zitieren.

Erbt von: OptionsBaseModelDiagramElement<IBlackScholes>

Konstruktoren

OptionsQuotingDiagramElement
public OptionsQuotingDiagramElement()
optionsQuotingDiagramElement = OptionsQuotingDiagramElement()

Initialisiert eine neue Instanz von OptionsQuotingDiagramElement.

Eigenschaften

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

Anführungszeichen.

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

Art der Anführung.

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

Typ ID.

Methoden

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

Es wird von der Reset-Methode aufgerufen.

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

Prozessmodell-Sockel.

value
DiagramSocketValue.