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