Table of Contents

Class OptionsQuotingDiagramElement

Namespace
StockSharp.Diagram.Elements
Assembly
StockSharp.Diagram.Core.dll

Options quoting diagram element.

[Display(ResourceType = typeof(LocalizedStrings), Name = "Quoting", Description = "OptionsQuotingDiagramElement", GroupName = "Options")]
[Doc("topics/designer/strategies/using_visual_designer/elements/options/options_quoting.html")]
public class OptionsQuotingDiagramElement : OptionsBaseModelDiagramElement<IBlackScholes>, ILogReceiver, ILogSource, IDisposable, INotifyPropertyChanging, INotifyPropertyChanged, ICustomTypeDescriptor, INotifyPropertiesChanged, IPersistable
Inheritance
OptionsQuotingDiagramElement
Implements
Inherited Members
Extension Methods

Constructors

OptionsQuotingDiagramElement()

Initializes a new instance of the OptionsQuotingDiagramElement.

public OptionsQuotingDiagramElement()

Properties

IconName

Icon resource name.

public override string IconName { get; }

Property Value

string

Max

Max.

public decimal? Max { get; set; }

Property Value

decimal?

Min

Min.

public decimal? Min { get; set; }

Property Value

decimal?

QuotingSide

Quoting direction.

public Sides QuotingSide { get; set; }

Property Value

Sides

QuotingType

Quoting type.

public OptionsQuotingTypes QuotingType { get; set; }

Property Value

OptionsQuotingTypes

TypeId

The unique identifier of the diagram element type.

public override Guid TypeId { get; }

Property Value

Guid

Methods

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)

Parameters

value DiagramSocketValue

DiagramSocketValue.