Re: [Quickfix-developers] Just Starting...
Brought to you by:
orenmnero
From: azmat <mr...@gm...> - 2008-01-17 22:16:36
|
All, How are "lost" messages handled? Let's say a message is never received by the brokerage firm, and they request a resend. Will I have to handle the request resend message (in fromApp/onMessage)? Or will QuickFix automagically resend the "lost" message? Are the gapfill procedures specified in the FIX Spec, implemented by QF, or is this the responsibility of the implementor (read: my poor soul). thank you! azmat Patrick Wright-3 wrote: > > QuickFIX Documentation: > http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > Yes that is right. > > When you call sendtoTarget the toApp callback should be called by the > fix engine to allow you to do some processing before the message is sent > (log it for example). Also you can throw a DoNotSend exception here to > stop the message from being sent. toApp will also be called when the > engine responds to a resend request. > > I have only been using this for a few months - other people may have a > better insight into this. > > Patrick > > -- View this message in context: http://www.nabble.com/Just-Starting...-tp14811784p14935932.html Sent from the QuickFIX - Dev mailing list archive at Nabble.com. |