Re: [Quickfix-developers] Substituting message resend with Gap Fill
Brought to you by:
orenmnero
|
From: Dave L. <dav...@ma...> - 2006-07-29 06:06:20
|
> Will anybody suggest what should I do, as an initiator, to > send SequenceReset-GapFill, every time we get resend request, > irrespective of whether those sequence numbers are for admin > or trade messages to be sent. > If you don't want to an application message to be resent then simply throw a DoNotSend exception in the toApp() callback, QuickFIX will do the rest. This is mentioned in the toApp() description on the quickfix site: http://www.quickfixengine.org/quickfix/doc/html/application.html Cheers, Dave |