MarketDepthDiagramElement
StockSharp.Diagram.Elements
cambios de profundidad de mercado de instrumentos financieros elemento receptor.
Hereda de: SubscriptionDiagramElement
Constructores
MarketDepthDiagramElement
public MarketDepthDiagramElement()
marketDepthDiagramElement = MarketDepthDiagramElement()
Inicia un nuevo caso del ICH.
Propiedades
IconName
public override string IconName { get; }
value = marketDepthDiagramElement.IconName
Nombre de los recursos de iconos.
SupportEmptyDepth
public bool SupportEmptyDepth { get; set; }
value = marketDepthDiagramElement.SupportEmptyDepth
marketDepthDiagramElement.SupportEmptyDepth = value
Traduce profundidad vacía.
Métodos
OnCreateSubscription
protected override Subscription OnCreateSubscription(Security security)
result = marketDepthDiagramElement.OnCreateSubscription(security)
El método se llama en la suscripción a datos de mercado.
- security
- instrumento financiero
Devuelve: Suscripción.