PendingMessageState
StockSharp.Algo.Basket
Default implementation of IPendingMessageState.
プロパティ
メソッド
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.