RE: [Quickfix-developers] quickfix message flow question
Brought to you by:
orenmnero
|
From: Sean K. <sea...@pi...> - 2006-03-08 15:42:08
|
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.
=
=
-Scott
|