Table of Contents

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
INotifyPropertiesChanged
IPersistable
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

string

TypeId

The unique identifier of the diagram element type.

public override Guid TypeId { get; }

Property Value

Guid

UseBlackModel

To use the model Black instead of IBlackScholes model. The default is off.

public bool UseBlackModel { get; set; }

Property Value

bool

Methods

OnReseted()

The method is called at re-initialisation of the diagram element state.

protected override void OnReseted()