I need to add/modify fields in the FIX4.4 dictionary. I haven\'t found any helpful documentation or tutorials on this.
I\'m guessing I have to modify the FIX44.xml
The FIX Data Dictionary in QuickFIX contains Messages and Fields (among other things).
To add Messages you must add the message between the
tags like this:
And then add the new msgtype
to the MsgType
field in the
section like this:
...
If you want to add new fields, just add them between the
tags like this:
...
This and more information can be found in this tutorial.