PendingMessageState
StockSharp.Algo.Basket
Default implementation of IPendingMessageState.
Implementa: IPendingMessageState
Propriedades
Métodos
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.
Retorna: The removed message, or null if not found.