SubscriptionDiagramElement

StockSharp.Diagram.Elements

The diagram element which supports subscription to market data.

Inherits: DiagramElement

Constructors

SubscriptionDiagramElement(string)

Initializes a new instance of the SubscriptionDiagramElement.

subscriptionCategory
The category of the diagram element parameter.

Properties

IsManuallySubscription : bool

Subscribe on signal.

Methods

Load(SettingsStorage)

Load settings.

storage
Settings storage.
OnCreateSubscription(Security) : Subscription

The method is called at the subscribing to market data.

security
Security

Returns: Subscription.

OnReseted()

It is called from the Reset method.

OnStart(DateTime)

The method is called at the start of the diagram element algorithm.

OnStop()

The method is called at the stop of the diagram element algorithm.