Table of Contents

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

BlackScholesGreeks

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

Methods

OnReseted()

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

protected override void OnReseted()