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
Max
Max.
public decimal? Max { get; set; }
Property Value
Min
Min.
public decimal? Min { get; set; }
Property Value
QuotingSide
Quoting direction.
public Sides QuotingSide { get; set; }
Property Value
QuotingType
Quoting type.
public OptionsQuotingTypes QuotingType { get; set; }
Property Value
TypeId
The unique identifier of the diagram element type.
public override Guid TypeId { get; }
Property Value
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)