|
From: Graham M. <gm...@ma...> - 2007-03-02 17:51:01
|
Just this morning, Oren patched the FIX4[0-2].xml specification files (thanks Oren!), in order to include the correct enumerations for the MsgType field. (The corresponding QuickFIX bug is here http://www.quickfixengine.org/bugtracker/bug.php?op=show&bugid=214 ). I have attached the diff of the new QuickFIX spec files against the HEAD revision of the QuickFIX/J files, and it seems like the QuickFIX/J spec files should be patched, too. (I have attached the patch). There is one interesting thing though: the last chunk in the patch is this: 2202,2203c2155,2156 < <value enum="0" description="FX_NETTING"/> < <value enum="1" description="FX_SWAP"/> --- > <value enum="0" description="F_X_NETTING"/> > <value enum="1" description="F_X_SWAP"/> -- Marketcetera Trading Platform download.run.trade. www.marketcetera.org |