Class OptionsBasketBlackScholesDiagramElement
- Namespace
- StockSharp.Diagram.Elements
- Assembly
- StockSharp.Diagram.Core.dll
Portfolio model for calculating the values of Greeks by the Black-Scholes formula.
[Display(ResourceType = typeof(LocalizedStrings), Name = "Basket", Description = "BasketBlackScholes", GroupName = "Options")]
public class OptionsBasketBlackScholesDiagramElement : DiagramElement, ILogReceiver, ILogSource, IDisposable, INotifyPropertyChanging, INotifyPropertyChanged, ICustomTypeDescriptor, INotifyPropertiesChanged, IPersistable
- Inheritance
-
OptionsBasketBlackScholesDiagramElement
- Implements
-
INotifyPropertiesChangedIPersistable
- Inherited Members
- Extension Methods
Constructors
OptionsBasketBlackScholesDiagramElement()
Initializes a new instance of the OptionsBasketBlackScholesDiagramElement.
public OptionsBasketBlackScholesDiagramElement()
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()