[Quickfix-developers] Re-reading received messages?
Brought to you by:
orenmnero
|
From: Andrei G. <an...@gm...> - 2006-08-10 17:22:15
|
Hi there, Is there a way for an application to inspect the messages which were received in a given FIX session? For example, suppose that a message reaches QuickFIX, but the application crashes before processing the message. When failing-back, QuickFIX won't resend request this message, however the message was never processed by the application. I would like to programmatically inspect the received messages in order to determine which messages weren't processed, for example, by checking their sequence numbers. I am currently using QF 1.11.0 via the .NET wrapper. |