Thanks! Will give you an update after I installed it. Just a quick question, what does these implementations are supposed to do? Will it give me a usable quickfix library for my projects? It is not clearly defined in the quickfix engine docs. It only shows code samples for each language.
I am using Python 2.6.6 and installed quickfix python using the command found in the home page
`pip install -vvv quickfix`
Now I am getting a bunch of errors.
http://pastebin.com/khcQC3je
I also tried installing quickfix_ruby gem under ruby 2.1.1
`gem install -V quickfix_ruby`
It also...