RE: [Quickfix-developers] quickfix message flow question
Brought to you by:
orenmnero
|
From: Scott R. <sri...@fo...> - 2006-03-08 15:54:34
|
Thanks both for the quick response. Looks like this'll fix my problem. I'm constantly impressed by the prompt, thorough helpfulness on this list, keep up the good work! =20 - Scott =20 ________________________________ From: Sean Kirkpatrick [mailto:sea...@pi...]=20 Sent: Wednesday, March 08, 2006 10:42 AM To: Scott Riopelle; qui...@li... Subject: RE: [Quickfix-developers] quickfix message flow question =20 Scott, =20 Are you validating against the data dictionaries? If so, it is most likely failing to validate based on the data dictionary before reaching the callback funcs... =20 --Sean -----Original Message----- From: qui...@li... [mailto:qui...@li...]On Behalf Of Scott Riopelle Sent: Wednesday, March 08, 2006 10:39 AM To: qui...@li... Subject: [Quickfix-developers] quickfix message flow question The counterparty I am dealing with decided they need to alter the FIX spec (added field here, changed field from required to conditional there). =20 My intent was to utilize the fromApp() method (java implementation) to add or subtract the required fields before cracking the message. Unfortunately, this method is never reached when I receive the offending messages. The log shows the messages received and my rejection messages sent, but the breakpoint in fromApp() never hits. Does quickfix just kick them out ahead of time (sending a reject message back to the counterparty) and if so, is there some way to access the message instead (my counterparty does not support reject messages.) Any help would be greatly appreciated. =09 -Scott |