Re: [Quickfix-users] Using BATS specifications
Brought to you by:
orenmnero
From: Joachim W. <joa...@ia...> - 2012-01-11 13:51:32
|
Am 11.01.2012 13:39, schrieb Techno13: > QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > > Hello guys, > can you give me few tips how i can make initiator application that use this > specifications? > http://batstrading.com/resources/membership/BATS_FIX_Specification.pdf > > I`m asking here because i`m total noob so my question is how exactly do i > use this specifications. Do i have to chanage the data inside the FIX42.xml > file or all of this have ot be checked on reaciving the message form the > application? Or do i have to do both? > > Because if it is just to change the file it would made more sense to have a > ready xml then the pdf. Sorry if the quastion is dumb but i`m lost and > totally new here. Yes, BATS could provide a quickfix-compatile XML. But they leave this up to you. You can use the FIX 4.2 XML for BATS for all the parts of the BATS spec that comply to 4.2. Only to support the BATS features that are non-compliant with 4.2 (trade breaks), you need to extend the 4.2 XML accordingly to generate something like a BATS-4.2 XML. Joachim |