Re: [Quickfix-users] How to prevent sending NewOrderRequest in response to ResendRequest
Brought to you by:
orenmnero
From: Brian E. <azz...@ya...> - 2005-07-15 17:48:32
|
Sumit - After you've trapped (toApp/toAdmin) and cracked the message, you can simply throw a FIX::DoNotSend exception for those messages you do not wish to resend. This will prevent the message from being resent - QF should send a gap-fill for those messages you've decide not to resend. - Brian Erst Thynk Software, Inc. --- Sumit Kumar <sk_...@ya...> wrote: > QuickFIX Documentation: > http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX FAQ: > http://www.quickfixengine.org/wikifix/index.php?QuickFixFAQ > QuickFIX Support: http://www.quickfixengine.org/services.html > > Hi, > > I am using quickfix 1.10.2. > > When my client receives a ResendRequest from the other > connecting party the messages within the requested > range are relayed back. > > If the NewOrderRequests or OrderCancelReplace requests > are relayed back to the other party (and are > processed) it might result in a risky situation of > duplicating the orders. > > To prevent this from happening, I wanted to filter out > these messages while responding to ResendRequest from > the other party. > > I might be able to select (using toApp) and crack the > NewOrderSingle (and OrderCancelReplace) messages and > determine them to be duplicate messages, But how do I > prevent them from being sent again? > > Additionally, what should be the right course of > action considering both the connecting parties. > > Thanks > > Sumit Kumar > > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com > > > ------------------------------------------------------- > SF.Net email is sponsored by: Discover Easy Linux Migration > Strategies > from IBM. Find simple to follow Roadmaps, straightforward articles, > informative Webcasts and more! Get everything you need to get up to > speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click > _______________________________________________ > Quickfix-users mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-users > |