[Quickfix-developers] ResendRequest
Brought to you by:
orenmnero
From: Martin.Derkenne <mar...@ac...> - 2003-12-23 14:55:47
|
I am trying to determine just how much I have to interpret the various admin messages that are received by my QuickFix client application.=20 =20 As an example, if my application is asked to resend messages 8 through 12, it might not want to resend message 9 as this could be a stale new order placement (in which case my client application will notify the user that the order placement failed and they should resend if they want to). The point here is for message 9 we want to send a gap fill message in its place.=20 =20 It seems I should intercept the toApp message for the resend, and determine there whether I want to make the message into a Sequence Reset (Gap Fill). Is this the correct 'procedure' in this instance?=20 =20 Thanks Martin.=20 =20 =20 |