[Quickfix-developers] QuickFix42.BusinessManagerReject
Brought to you by:
orenmnero
From: Parjeet S. <par...@oa...> - 2008-03-05 05:30:47
|
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 |