[Quickfix-developers] MiscFeeType (139)
Brought to you by:
orenmnero
From: Malinka R. <ael...@gm...> - 2009-02-17 21:05:47
|
It appears there is some confusion regarding MiscFeeType (tag 139). According to http://b2bits.com/fixopaedia/fixdic44/index.html it is a Int field. According to http://www.transacttools.net/ttportal/datadict/browser.jsp it is a Char field. If it is supposed to be a char it has the impossible values of 10 : Per transaction, 11 : Conversion, 12 : Agent. QuickFix treats it as a Char however it does not have 10, 11 and 12 available, has this been a change to the FIX spec? What would be the best solution? treate it as an IntField or treate it as a StringField? |