OrderBookTruncateManagerState
StockSharp.Algo
Default implementation of IOrderBookTruncateManagerState.
実装: IOrderBookTruncateManagerState
プロパティ
メソッド
Clear()
Clears all adapter states and resets current state to Disconnected.
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.