ISubscriptionRoutingState

StockSharp.Algo.Basket

State storage for subscription routing in basket adapter.

Methods

Clear()

Clear all state.

GetSubscribers(DataType) : long[]

Get subscriber IDs by data type.

RemoveRequest(long) : bool

Remove request by ID.

RemoveSubscription(long) : bool

Remove subscription.

TryGetSubscription(long, ISubscriptionMessage, IMessageAdapter[], DataType) : bool

Try get subscription info.