Imported from previous forum
Hello guys,
my qustion is how to implement this specifications: http://batstrading.com/resources/membership/BATS_FIX_Specification.pdf ?
I have no idea what and where i have to edit. Do i have to edit the Fix42.xml or what? Can you please just point me in the right direction? Thanks in advance.
Hello guys,
my qustion is how to implement this specifications: http://batstrading.com/resources/membership/BATS_FIX_Specification.pdf ?
I have no idea what and where i have to edit. Do i have to edit the Fix42.xml or what? Can you please just point me in the right direction? Thanks in advance.
It sounds like you are using QuickFIX, in which case the documentation is here:
http://www.quickfixengine.org/documentation.html
There is also a support page for QuickFIX/J here:
What changes you need to make depends on what trading functionality you need to use. For example, the FIX spec might define a particular custom repeating group, but you shouldn’t bother defining it in your datadict unless you are going to use that group for something.