SubscriptionDiagramElement
StockSharp.Diagram.Elements
The diagram element which supports subscription to market data.
Herda de: DiagramElement
Construtores
SubscriptionDiagramElement(string)
Initializes a new instance of the SubscriptionDiagramElement.
- subscriptionCategory
- The category of the diagram element parameter.
Propriedades
IsManuallySubscription : bool
Subscribe on signal.
Métodos
OnCreateSubscription(Security) : Subscription
The method is called at the subscribing to market data.
- security
- Security
Retorna: Subscription.
OnReseted()
It is called from the Reset method.
OnStop()
The method is called at the stop of the diagram element algorithm.