OptionsQuotingDiagramElement
StockSharp.Diagram.Elements
Элемент диаграммы цитирования опций.
Наследует: OptionsBaseModelDiagramElement<IBlackScholes>
Конструкторы
OptionsQuotingDiagramElement
public OptionsQuotingDiagramElement()
optionsQuotingDiagramElement = OptionsQuotingDiagramElement()
Инициализирует новый экземпляр OptionsQuotingDiagramElement.
Свойства
IconName
public override string IconName { get; }
value = optionsQuotingDiagramElement.IconName
Имя ресурса Иконы.
Max
public decimal? Max { get; set; }
value = optionsQuotingDiagramElement.Max
optionsQuotingDiagramElement.Max = value
Макс.
Min
public decimal? Min { get; set; }
value = optionsQuotingDiagramElement.Min
optionsQuotingDiagramElement.Min = value
Мин.
QuotingSide
public Sides QuotingSide { get; set; }
value = optionsQuotingDiagramElement.QuotingSide
optionsQuotingDiagramElement.QuotingSide = value
Цитируя направление.
QuotingType
public OptionsQuotingTypes QuotingType { get; set; }
value = optionsQuotingDiagramElement.QuotingType
optionsQuotingDiagramElement.QuotingType = value
Тип цитаты.
TypeId
public override Guid TypeId { get; }
value = optionsQuotingDiagramElement.TypeId
Тип идентификатора.
Методы
OnReseted
protected override void OnReseted()
optionsQuotingDiagramElement.OnReseted()
Он вызывается из метода Reset.
ProcessModel
protected override void ProcessModel(DiagramSocketValue value)
optionsQuotingDiagramElement.ProcessModel(value)
Сокет модели процесса.
- value
- DiagramSocketValue.