[Quickfix-developers] RE: [Quickfix-users] Quikfix 1.6.0
Brought to you by:
orenmnero
From: Chris P. <Chr...@BT...> - 2003-09-01 13:13:04
|
The FIX44.xml seems to be missing some values for Product: <field number="460" name="Product" type="INT"> <value enum="1" description="AGENCY" /> <value enum="2" description="COMMODITY" /> <value enum="3" description="CORPORATE" /> <value enum="4" description="CURRENCY" /> <value enum="5" description="EQUITY" /> <value enum="6" description="GOVERNMENT" /> <value enum="7" description="INDEX" /> <value enum="8" description="LOAN" /> <value enum="9" description="MONEYMARKET" /> <value enum="10" description="MORTGAGE" /> <value enum="11" description="MUNICIPAL" /> <value enum="12" description="OTHER" /> <value enum="13" description="FINANCING" /> </field> Also the SecurityType list isn't complete, missing EUSUPRA, FAC, etc. -----Original Message----- From: Miller, Oren [mailto:OM...@ri...] Sent: Thursday, August 28, 2003 5:46 PM To: qui...@li...; qui...@li...; qui...@li... Subject: [Quickfix-users] Quikfix 1.6.0 QuickFIX 1.6.0 is now available here: http://quickfix.thoughtworks.com/download.html <http://quickfix.thoughtworks.com/download.html> release notes are here: http://sourceforge.net/project/shownotes.php?group_id=37535 <http://sourceforge.net/project/shownotes.php?group_id=37535&release_id=1805 87> &release_id=180587 One thing to note for C++ users that want to upgrade, each message is now in its own file. So instead of including quickfix/Messages.h, you must now include the individual messages you are using. i.e., quickfix/fix42/NewOrderSingle.h. This needed to be done to resolve the heap errors in visual studio which couldn't handle the large include. Otherwise this guy has FIX 4.4 for C++ and java, .NET support for 4.4 will be coming out a little later (more heap issues with visual studio, so the .NET message will also need to be separated out). But .NET users, you now have the isSetField method you have all been clamoring for! See the release notes for a complete list of changes. **************************************************************************** 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. |