You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feature: Add quote completion tracking to QuoteBuffer
This commit enhances the QuoteBuffer class with quote completion state management: - Added `m_quote_complete` flag to track when quotes are fully received. - Implemented new methods: - `setComplete()` to mark quotes as fully received. - `isComplete()` to check completion status. - `resetBuffer()` to clear buffer and reset completion state. - Added corresponding BufferPayload operations (SET_COMPLETE, IS_COMPLETE, RESET_COMPLETE). - Fixed parameter passing for set/append methods to use const references. - Improved error handling with explicit GET case and proper error code for invalid operations. These changes enable better state tracking for quote processing, allowing consumers to know when a complete quote is available for processing. Signed-off-by: Goran Mišković <schkovich@users.noreply.github.com>
0 commit comments