Level1DepthBuilderManagerState
StockSharp.Algo
Default implementation of ILevel1DepthBuilderManagerState.
Implementa: ILevel1DepthBuilderManagerState
Propiedades
HasAnySubscriptions : bool
Whether there are any tracked subscriptions.
Métodos
AddSubscription(long, SecurityId)
Add a new Level1-to-depth subscription.
Clear()
Clears all adapter states and resets current state to Disconnected.
ContainsSubscription(long) : bool
Check if subscription exists.
OnSubscriptionOnline(long)
Mark subscription as online.
RemoveSubscription(long)
Remove subscription.
TryBuildDepth(long, Level1ChangeMessage, Int64[]) : QuoteChangeMessage
Process a Level1 change message for a subscription and build order book.
- subscriptionId
- Subscription ID.
- l1Msg
- Level1 change message.
- subscriptionIds
- All subscription IDs that should receive this data.
Devuelve: Built order book, or null.