Re: [Quickfix-developers] Just Starting...
Brought to you by:
orenmnero
From: azmat <mr...@gm...> - 2008-03-13 21:40:29
|
All- I need to check if the possdup flag is set, when I receive an execution report from the counter-party. I've also read many places that I should "throw a donotsend exception" in ToApp after I check for the PossDup flag. Something similar to this, written by Caleb: http://www.nabble.com/Request-resend-ts3856953.html#a3881695 For some reason I can't get this to work with C#. I'm having issues 'translating' the C++ to C#, using QuickFix 1.2.4. This is quite frusturating. Has anyone done this in C#? thanks! 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...-tp14811784p16039185.html Sent from the QuickFIX - Dev mailing list archive at Nabble.com. |