ITinyMessageSubscription

StockSharp.Xaml.Charting.Common.Messaging

Represents a message subscription

Propiedades

SubscriptionToken : TinyMessageSubscriptionToken

Token returned to the subscribed to reference this subscription

Métodos

Deliver(ITinyMessage)

Deliver the message

message
Message to deliver
ShouldAttemptDelivery(ITinyMessage) : bool

Whether delivery should be attempted.

message
Message that may potentially be delivered.

Devuelve: True - ok to send, False - should not attempt to send