SubscriptionRoutingState

StockSharp.Algo.Basket

Default implementation of ISubscriptionRoutingState.

实现: ISubscriptionRoutingState

方法

Clear()

Clears all adapter states and resets current state to Disconnected.

GetSubscribers(DataType) : long[]

Get subscriber IDs for a data type.

RemoveRequest(long) : bool

Remove request by ID.

RemoveSubscription(long) : bool

Remove subscription.

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

Try get subscription info.