[Quickfix-users] Exception Handling
Brought to you by:
orenmnero
From: Michael H. <mh...@li...> - 2003-11-04 09:35:07
|
I am using QuickFix to connect to SFE. SFE uses FIX 4.0 with a few = variations. QuickFix throws exceptions whenever a message is received = and it thinks it's invalid. I need to handle these exceptions because = they should not crash the application. These exceptions are thrown = before fromApp() or fromAdmin() is called. How and where can I grab = handle these exceptions? I set the ENABLE_CALLSTACK flag which seem to = have stopped crashing the application but I still would like to be able = to grab the messages and perform my own processing of the messages. Thanks Michael |