tags:

views:

84

answers:

2

I can develop with either C or Java. What implementation is most stable for production use? What implementation is most actively developed?

+3  A: 

If you are a C developer, use the C++ library(Quickfix). Both libraries are not that difficult to grasp. I have used both of them and am currently using QuickfixJ. Give priority to that library, which uses the language you are most comfortable in. Have a go through the examples to make it easier to understand. Java examples have a default config file, but you would need to write you own config file for the C++ examples.

DumbCoder
A: 

Could you please point me to some sample code for both the C++ and Java quickfix libraries. May I ask which broker you've used? What is the overall benefit of using a FIX connection, do you get a lower latency?

this isn't an "answer". When you have +50 rep, you will be able to leave comments on the question to ask questions like this, which would be the preferred route.
Marc Gravell