When processing a QuickFix44.NewOrderMultileg开发者_Go百科 message in C#, how do you extract the details of the legs?
I guess this is a python vs SWIG question more than anything else... I\'m using a C++ package with SWIG Python bindings.
PyPy has some compatibility limitations, especially regarding the CPython C API. I use QuickFix package which comes with precompiled SWIG bindings, and I\'m considering using it with PyPy. As I am no
The q开发者_如何学Gouifix engine rejects the message saying Reject Message 58=Incorrect data format for value 371=5017 372=8
I am trying to build the examples on Ubuntu 11.04 but all I get from the Makefile is a bunch of errors:
I want to log QuickFix messages in sort of parsed mode like tagname,Value I cannot find existing functionality. I am using QuickFix.Net.
QuickFix includes bindings for Python. How do I install QuickFix so that I can import quickfix in Python on Windows?
I am new to quickfix (I\'m a student trying to teach myself), and have downloaded the examples from quickfix.org (in c++) and have been able to connect ordermatch to tradeclient and get them talking t
I am developing on quickfixj Trying to set the SenderSubID Field in the header of QuoteRequest message.
I am writing a program that uses the quickfix library. The documentation is very poor, so I am requesting the help of SO fellows.