IOrderBookTruncateManagerState
StockSharp.Algo
State storage for OrderBookTruncateManager.
Eigenschaften
Methoden
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.