IOrderBookTruncateManagerState

StockSharp.Algo

State storage for OrderBookTruncateManager.

Propiedades

HasDepths : bool

Whether any depths are tracked.

Métodos

AddDepth(long, int)

Add depth for subscription.

Clear()

Clear all state.

GroupByDepth(long[]) : IEnumerable<ValueTuple<int?, long[]>>

Group subscription IDs by their associated depths. Returns null-keyed group for IDs without depth tracking.

RemoveDepth(long) : bool

Remove depth for subscription.

TryGetDepth(long) : int?

Try get depth for subscription.