quickfix
How do you read the legs of a multileg order using QuickFix in C#?
When processing a QuickFix44.NewOrderMultileg开发者_Go百科 message in C#, how do you extract the details of the legs?[详细]
2023-03-23 07:51 分类:问答Accessing UtcTimeStamp from Python via SWIG
I guess this is a python vs SWIG question more than anything else... I\'m using a C++ package with SWIG Python bindings.[详细]
2023-03-22 20:35 分类:问答PyPy - SWIG - QuickFix mix
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[详细]
2023-03-17 18:03 分类:问答Valid string for UTCTIMESTAMP
The q开发者_如何学Gouifix engine rejects the message saying Reject Message 58=Incorrect data format for value 371=5017 372=8[详细]
2023-03-16 16:29 分类:问答QuickFIX Examples won't build on Ubuntu 11.04 / C++
I am trying to build the examples on Ubuntu 11.04 but all I get from the Makefile is a bunch of errors:[详细]
2023-03-15 20:45 分类:问答How to log QuickFix message in human-readable format
I want to log QuickFix messages in sort of parsed mode like tagname,Value I cannot find existing functionality. I am using QuickFix.Net.[详细]
2023-03-15 08:50 分类:问答How to install a Swig enabled Python extension (QuickFix)
QuickFix includes bindings for Python. How do I install QuickFix so that I can import quickfix in Python on Windows?[详细]
2023-03-09 19:39 分类:问答Quickfix: acceptor and initator in same application?
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[详细]
2023-03-03 21:28 分类:问答What is the best way to setup SenderSubID in QuoteRequest Message?
I am developing on quickfixj Trying to set the SenderSubID Field in the header of QuoteRequest message.[详细]
2023-02-14 12:14 分类:问答Repeating groups in quickfix/c++
I am writing a program that uses the quickfix library. The documentation is very poor, so I am requesting the help of SO fellows.[详细]
2023-01-30 18:35 分类:问答