Class OptionsGreekDiagramElement
- Namespace
- StockSharp.Diagram.Elements
- Assembly
- StockSharp.Diagram.Core.dll
The Black-Scholes "Greeks" evaluation element.
[Display(ResourceType = typeof(LocalizedStrings), Name = "Greeks", Description = "GreeksElement", GroupName = "Options")]
public class OptionsGreekDiagramElement : OptionsBaseModelDiagramElement<IBlackScholes>, ILogReceiver, ILogSource, IDisposable, INotifyPropertyChanging, INotifyPropertyChanged, ICustomTypeDescriptor, INotifyPropertiesChanged, IPersistable
- Inheritance
-
OptionsGreekDiagramElement
- Implements
-
INotifyPropertiesChangedIPersistable
- Inherited Members
- Extension Methods
Constructors
OptionsGreekDiagramElement()
Initializes a new instance of the OptionsGreekDiagramElement.
public OptionsGreekDiagramElement()
Properties
Greek
Value type.
public BlackScholesGreeks Greek { get; set; }
Property Value
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
OnReseted()
The method is called at re-initialisation of the diagram element state.
protected override void OnReseted()