IPendingMessageState

StockSharp.Algo.Basket

Interface for pending messages storage.

Propriedades

Count : int

Gets the count of pending messages.

Métodos

Add(Message)

Adds a message to pending queue.

Clear()

Clears all pending messages.

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.

Retorna: The removed message, or null if not found.