MarketDepthDiagramElement
StockSharp.Diagram.Elements
Принимающий элемент изменения глубины рынка финансовых инструментов.
Наследует: SubscriptionDiagramElement
Конструкторы
MarketDepthDiagramElement
public MarketDepthDiagramElement()
marketDepthDiagramElement = MarketDepthDiagramElement()
Инициализирует новый экземпляр ICH.
Свойства
IconName
public override string IconName { get; }
value = marketDepthDiagramElement.IconName
Имя ресурса Иконы.
SupportEmptyDepth
public bool SupportEmptyDepth { get; set; }
value = marketDepthDiagramElement.SupportEmptyDepth
marketDepthDiagramElement.SupportEmptyDepth = value
Переводит пустую глубину.
TypeId
public override Guid TypeId { get; }
value = marketDepthDiagramElement.TypeId
Тип идентификатора.
Методы
OnCreateSubscription
protected override Subscription OnCreateSubscription(Security security)
result = marketDepthDiagramElement.OnCreateSubscription(security)
Метод вызывается при подписке на рыночные данные.
- security
- финансовый инструмент
Возвращает: Подписка.