Re: [Quickfix-developers] Re :Re: How to handle session level rejectioninApplication
Brought to you by:
orenmnero
From: <jpl...@co...> - 2009-07-16 13:17:43
|
I may have some suggestions if you could paste the code ? ----- Original Message ----- From: "Thiaga Rajan" <thi...@re...> To: se...@tb..., qui...@li... Sent: Thursday, July 16, 2009 8:59:17 AM GMT -05:00 US/Canada Eastern Subject: [Quickfix-developers] Re :Re: 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 Dear Seleznev, Thanks , I tried by break point in toApp(), it is working fine Regards, Thiagarajan On Thu, 16 Jul 2009 16:23:57 +0400 "Igor Seleznev" wrote ... 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.htmlQuickFIX 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.htmlQuickFIX 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 havethe opportunity to enter the BlackBerry Developer Challenge. See full prize details at: http://p.sf.net/sfu/Challenge _______________________________________________Quickfix-developers mailing lis...@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 havethe opportunity to enter the BlackBerry Developer Challenge. See full prize details at: http://p.sf.net/sfu/Challenge _______________________________________________Quickfix-developers mailing lis...@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 |