[Quickfix-developers] Re :Re: How to handle session level rejectioninApplication
Brought to you by:
orenmnero
From: Thiaga R. <thi...@re...> - 2009-07-16 13:01:19
|
Dear Seleznev,Thanks , I tried by break point in toApp(), it is working fineRegards,ThiagarajanOn 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 PMSubject: Re: [Quickfix-developers] How to handle session level rejectioninApplicationQuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/html/index.htmlQuickFIX Support: http://www.quickfixengine.org/services.htmlTry to put break point in toApp(). ----- Original Message ----- From: Thiaga Rajan To: qui...@li... Cc: thiagu Sent: Thursday, July 16, 2009 8:56 AMSubject: [Quickfix-developers] How to handle session level rejection inApplicationQuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/html/index.htmlQuickFIX Support: http://www.quickfixengine.org/services.htmlDear 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 applicationThanks 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 |