[Quickfix-developers] Badly formed messages
Brought to you by:
orenmnero
|
From: Chris P. <Chr...@BT...> - 2003-02-13 22:38:17
|
If I accidentally do
FIX::ExecTransType(0)
rather than
FIX::ExecTransType('0')
there is no complaint from the compiler or at run time. The net result
seems to be that my message is corrupt when received. The receiving process
silently discards it because the calculated body length does not match the
stated length.
Is there some sensible way of avoiding this?
Chris Patmore
****************************************************************************
This message is confidential to the sender and addressee, and may contain
proprietary or legally privileged information. If you are not the intended
recipient, please delete it from your system, destroy any copies, and notify
the sender immediately. Opinions stated herein are not necessarily those of
BrokerTec. BrokerTec reserves the right to monitor messages that pass
through it's networks. BrokerTec Europe Ltd is regulated by FSA.
|