ISubscriptionOnlineInfo
StockSharp.Algo
Subscription info for online manager.
属性
ExtraFilters : HashSet<long>
Extra filters set.
IsLinked : bool
True when this info is a linked view onto a main subscription (created via ISubscriptionOnlineInfo)), not the main subscription itself. Mutating State or reading Linked on a linked view throws — callers that reach an info through a per-order TxId lookup must check this flag before treating the info as a main subscription.
IsMarketData : bool
Is market data subscription.
OnlineSubscribers : CachedSynchronizedSet<long>
Online subscribers set.
State : SubscriptionStates
Subscription state.
Subscribers : CachedSynchronizedDictionary<long, ISubscriptionMessage>
Subscribers dictionary.
Subscription : ISubscriptionMessage
Subscription message.