Table of Contents

Class OptionsStrikesDiagramElement

Namespace
StockSharp.Diagram.Elements
Assembly
StockSharp.Diagram.Core.dll

Filtering derivatives by underlying asset diagram element.

[Display(ResourceType = typeof(LocalizedStrings), Name = "Strikes", Description = "OptionsStrikesDiagramElement", GroupName = "Options")]
public class OptionsStrikesDiagramElement : DiagramElement, ILogReceiver, ILogSource, IDisposable, INotifyPropertyChanging, INotifyPropertyChanged, ICustomTypeDescriptor, INotifyPropertiesChanged, IPersistable
Inheritance
OptionsStrikesDiagramElement
Implements
INotifyPropertiesChanged
IPersistable
Inherited Members
Extension Methods

Constructors

OptionsStrikesDiagramElement()

Initializes a new instance of the OptionsStrikesDiagramElement.

public OptionsStrikesDiagramElement()

Properties

ExpirationDate

Expiration date.

public DateTimeOffset? ExpirationDate { get; set; }

Property Value

DateTimeOffset?

IconName

Icon resource name.

public override string IconName { get; }

Property Value

string

LeftOffset

Left offset.

public int? LeftOffset { get; set; }

Property Value

int?

OptionType

Option type.

public OptionTypes? OptionType { get; set; }

Property Value

OptionTypes?

RightOffset

Right offset.

public int? RightOffset { get; set; }

Property Value

int?

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()