Class OptionsDeskDiagramElement
- Namespace
- StockSharp.Diagram.Elements
- Assembly
- StockSharp.Diagram.Core.dll
Panel for viewing option desk.
[Display(ResourceType = typeof(LocalizedStrings), Name = "OptionDesk", Description = "OptionDeskPanel", GroupName = "Options")]
public class OptionsDeskDiagramElement : OptionsBaseModelDiagramElement<BasketBlackScholes>, ILogReceiver, ILogSource, IDisposable, INotifyPropertyChanging, INotifyPropertyChanged, ICustomTypeDescriptor, INotifyPropertiesChanged, IPersistable
- Inheritance
-
OptionsDeskDiagramElement
- Implements
-
INotifyPropertiesChangedIPersistable
- Inherited Members
- Extension Methods
Constructors
OptionsDeskDiagramElement()
Initializes a new instance of the OptionsDeskDiagramElement.
public OptionsDeskDiagramElement()
Properties
IconName
Icon resource name.
public override string IconName { get; }
Property Value
TypeId
The unique identifier of the diagram element type.
public override Guid TypeId { get; }
Property Value
Methods
OnPrepare()
To prepare for starting the diagram element algorithm.
protected override void OnPrepare()
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)