Re: [Quickfix-developers] QuickFix42.BusinessManagerReject
Brought to you by:
orenmnero
From: Hozaifa A. A. <hoz...@ve...> - 2008-03-05 05:55:31
|
Add default case and in that print the message.tostring() to check what's the message and there u will also find some text error message. What's the meaning of application halts. Does it hangs or just move forward? Regards Hozaifa Akber Ali From: qui...@li... [mailto:qui...@li...] On Behalf Of Parjeet Singh Sent: Wednesday, March 05, 2008 10:30 AM To: qui...@li... Subject: [Quickfix-developers] QuickFix42.BusinessManagerReject I have implemented public void fromApp(QuickFix.Message message, SessionID sessionID) { switch (message.getHeader().getField(35)) { case "d": break; } } My defined dictionary is FIX42, when I pass the "message" in the fromApp, I can see the QuickFix42.BusinessMessageReject. I have checked the FIX42 xml as per required by the client and still I am getting the error. When I step into the code switch (message.getHeader().getField(35)), the application halts. I will appreciate your help. Thanks in advance. PS |