[Quickfix-developers] FW: Body length problem with the Stipulations group in MassQuote message
Brought to you by:
orenmnero
|
From: <ec...@fi...> - 2007-10-09 16:51:12
|
Resending...=20
<mailto:ec...@fi...> =20
________________________________
From: Everett Conrad=20
Sent: Thursday, October 04, 2007 8:12 AM
To: qui...@li...
Subject: Body length problem with the Stipulations group in MassQuote
message
=20
Hello!
=20
I interact with a FIX server that has added a stipulations group (tags
232, 233, and 234) to their MassQuote message. I added the following to
my FIX44.xml (I have also tried a number of variations, including a
component variation):
=20
<group name=3D"NoStipulations" required=3D"Y">
<field name=3D"StipulationType" required=3D"N"/>
<field name=3D"StipulationValue" required=3D"N"/>
</group>
=20
When I receive these messages, I get the following error:
=20
20071004-15:00:51 : Invalid message: Expected BodyLength=3D6267, =
Recieved
BodyLength=3D6268
=20
The received and expected are always off by one. In a hex editor, the
BodyLength Tag (tag 9) and the actual length are both the longer value
(in this case, 6268). How can I troubleshoot this to determine why my
expected body length is to short? Is it possible that my definition of
the group is incorrect? Thanks in advance for any help!
=20
Regards,
=20
Everett
=20
|