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")]
public class OptionsQuotingDiagramElement : OptionsBaseModelDiagramElement<IBlackScholes>, ILogReceiver, ILogSource, IDisposable, INotifyPropertyChanging, INotifyPropertyChanged, ICustomTypeDescriptor, INotifyPropertiesChanged, IPersistable
- Inheritance
-
OptionsQuotingDiagramElement
- Implements
-
INotifyPropertiesChangedIPersistable
- 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()
OnStop()
The method is called at the stop of the diagram element algorithm.
protected override void OnStop()
ProcessModel(DiagramSocketValue)
Process model socket.
protected override void ProcessModel(DiagramSocketValue value)