[Quickfix-developers] Field with embedded null character
Brought to you by:
orenmnero
From: Yihu F. <Yih...@re...> - 2004-10-28 01:23:53
|
Hi, =20 I understand that technically a field of string type which includes some null character may be valid, i.e. Tag=3DABC<null><soh>. As stated in FIX 4.2 specification, "String: Alpha-numeric free format strings, can include any character or punctuation except the delimiter". =20 However, in QuickFIX message constructor, it takes string as the parameter. It will throw an invalid message exception because it thinks the string is truncated at the null character and cannot find the Tag 10. =20 Is it true that such message is considered invalid in real world scenario? =20 Thanks. =20 -Yihu =20 =20 ----------------------------------------------------------------- Visit our Internet site at http://www.reuters.com Get closer to the financial markets with Reuters Messaging - for more information and to register, visit http://www.reuters.com/messaging Any views expressed in this message are those of the individual sender, except where the sender specifically states them to be the views of Reuters Ltd. |