OrderBookTruncateManagerState

StockSharp.Algo

Default implementation of IOrderBookTruncateManagerState.

Implementa: IOrderBookTruncateManagerState

Propiedades

HasDepths : bool

Whether any depths are tracked.

Métodos

AddDepth(long, int)

Add depth for subscription.

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.