Re: [Quickfix-developers] How to handle session level rejectioninApplication
Brought to you by:
orenmnero
From: Igor S. <se...@tb...> - 2009-07-16 12:24:12
|
... toAdmin() of course, for administrative messages (like reject). The point is that if you want to catch _outgoing_ message (for instance, QF rejects some message due to failed validation and _sends_ some reject, or when your application _sends_ something and you want to catch it too for some reason) then you should be able to do that in toAdmin() / toApp() callbacks. ----- Original Message ----- From: Igor Seleznev To: qui...@li... ; Thiaga Rajan Cc: thiagu Sent: Thursday, July 16, 2009 1:33 PM Subject: Re: [Quickfix-developers] How to handle session level rejectioninApplication QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/html/index.html QuickFIX Support: http://www.quickfixengine.org/services.html ------------------------------------------------------------------------------ Try to put break point in toApp(). ----- Original Message ----- From: Thiaga Rajan To: qui...@li... Cc: thiagu Sent: Thursday, July 16, 2009 8:56 AM Subject: [Quickfix-developers] How to handle session level rejection inApplication QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/html/index.html QuickFIX Support: http://www.quickfixengine.org/services.html ---------------------------------------------------------------------------- Dear All, Can anyone help me out for the below problem, I am getting session level rejection as "Required tag missing:" while receiving Execution report response for the New order Single request. But I am not receiving this rejection in our application where Application Interface has been implemented (It has been rejected in quickfix session itself). But I need to handle this session level rejection in my application to send the response for the request to UI. I tried by putting break points in fromApp, fromAdmin functions in our application, but I do not receive session level rejection in any of these functions. Pl reply if anyone knows how to receive/handle session level rejection in our application Thanks and Regards, Thiagarajan ---------------------------------------------------------------------------- ------------------------------------------------------------------------------ Enter the BlackBerry Developer Challenge This is your chance to win up to $100,000 in prizes! For a limited time, vendors submitting new applications to BlackBerry App World(TM) will have the opportunity to enter the BlackBerry Developer Challenge. See full prize details at: http://p.sf.net/sfu/Challenge ---------------------------------------------------------------------------- _______________________________________________ Quickfix-developers mailing list Qui...@li... https://lists.sourceforge.net/lists/listinfo/quickfix-developers ------------------------------------------------------------------------------ ------------------------------------------------------------------------------ Enter the BlackBerry Developer Challenge This is your chance to win up to $100,000 in prizes! For a limited time, vendors submitting new applications to BlackBerry App World(TM) will have the opportunity to enter the BlackBerry Developer Challenge. See full prize details at: http://p.sf.net/sfu/Challenge ------------------------------------------------------------------------------ _______________________________________________ Quickfix-developers mailing list Qui...@li... https://lists.sourceforge.net/lists/listinfo/quickfix-developers |