Class OptionsStrikesDiagramElement
Filtering derivatives by underlying asset diagram element.
Implements
Ecng.Serialization.IPersistable
Ecng.ComponentModel.INotifyPropertiesChanged
Inherited Members
Namespace: StockSharp.Xaml.Diagram.Elements
Assembly: StockSharp.Xaml.Diagram.dll
Syntax
[DescriptionLoc("OptionsStrikesDiagramElement", false)]
[DisplayNameLoc("Str437")]
[CategoryLoc("Options")]
public class OptionsStrikesDiagramElement : DiagramElement, IPersistable, ILogReceiver, ILogSource, IDisposable, INotifyPropertyChanging, INotifyPropertyChanged, ICustomTypeDescriptor, INotifyPropertiesChanged
Constructors
OptionsStrikesDiagramElement()
Создать OptionsStrikesDiagramElement.
Declaration
public OptionsStrikesDiagramElement()
Properties
ExpirationDate
Expiration date.
Declaration
public Nullable<DateTimeOffset> ExpirationDate { get; set; }
Property Value
Type | Description |
---|---|
Nullable<DateTimeOffset> |
IconName
Название ресурса с изображением.
Declaration
public override string IconName { get; }
Property Value
Type | Description |
---|---|
String |
Overrides
LeftOffset
Сдвиг влево.
Declaration
public Nullable<int> LeftOffset { get; set; }
Property Value
Type | Description |
---|---|
Nullable<Int32> |
OptionType
Option type.
Declaration
public Nullable<OptionTypes> OptionType { get; set; }
Property Value
Type | Description |
---|---|
Nullable<OptionTypes> |
RightOffset
Сдвиг вправо.
Declaration
public Nullable<int> RightOffset { get; set; }
Property Value
Type | Description |
---|---|
Nullable<Int32> |
TypeId
Уникальный идентификатор типа элемента схемы.
Declaration
public override Guid TypeId { get; }
Property Value
Type | Description |
---|---|
Guid |
Overrides
Implements
Ecng.Serialization.IPersistable
Ecng.ComponentModel.INotifyPropertiesChanged