ISubscriptionOnlineInfo

StockSharp.Algo

Subscription info for online manager.

Propriedades

ExtraFilters : HashSet<long>

Extra filters set.

HistLive : SynchronizedSet<long>

History + live subscriptions.

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.

Linked : List<long>

Linked subscription IDs.

OnlineSubscribers : CachedSynchronizedSet<long>

Online subscribers set.

State : SubscriptionStates

Subscription state.

Subscribers : CachedSynchronizedDictionary<long, ISubscriptionMessage>

Subscribers dictionary.

Subscription : ISubscriptionMessage

Subscription message.