[Quickfix-developers] Error in FIX44.xml?
Brought to you by:
orenmnero
From: FIXuser <FI...@rt...> - 2009-06-02 13:00:52
|
Hey all, I regenerated the code for QuickFIX using generate.bat/etc., and compiled the result using VS 2008 and got some errors. After some digging, I see this in FIX44.xml: <message name="NetworkStatusRequest" msgtype="BC" msgcat="app"> ... </message> Followed by: <message name="NetworkStatusRequest" msgtype="BD" msgcat="app"> ... </message> "BD" should be NetworkStatusResponse, yes? Using QuickFIX v 1.12.4 downloaded last week. Thanks. |