PendingMessageState

StockSharp.Algo.Basket

Default implementation of IPendingMessageState.

Реализует: IPendingMessageState

Свойства

Count : int

Gets the count of pending messages.

Методы

Add(Message)

Adds a message to pending queue.

Clear()

Clears all adapter states and resets current state to Disconnected.

GetAndClear() : Message[]

Gets all pending messages and clears the queue.

TryRemoveMarketData(long) : MarketDataMessage

Tries to find and remove a pending MarketDataMessage by its transaction ID.

transactionId
Transaction ID to find.

Возвращает: The removed message, or null if not found.