I usequickFixEngine and want to use ConfigurationSection for all the engion setting instead the setting.txt file.
I am using quickfix 1.13.3 recompiled with ODBC and I have a strange behavior on my acceptors (two acceptors on different machines sharing the same ODBC database and enabled for hot failover).
I am writing a FIX buyside GUI based on quickfixj. Although the performance is not an issue to a GUI, I am thinking of migrating the quickfixj from Mina to Netty as I would like to develop it to a bu
I can develop with either C or Java.What implementation is most stable开发者_开发问答 for production use? What implementation is most actively developed?If you are a C developer, use the C++ library(Q
I spent a substantial amount of time looking for examples or descriptions of how to implement order execution methodology that will support stop losses and take profits through FIX Protocol.
I have implemented quickfix engine using asp.net and C#. and i am calling quickfix_net.dll which is written in unmanaged C++.
I\'ve seen in quickfix doxygen documentation that it generates an utc timestamp as soon as it has received a FIX message from a socket file. Have a look in ThreadedSocketConnection::processStream(), i
I am trying to use FIX::Application along with SessionSettings. The Fix server I am trying to connect to does not seeany incoming connection. From my side I see a Logon Message being formulated in toA
I want test开发者_如何学编程 a FIX gateway for our company and was wondering if anything in opensource already exists that I can use or perhaps leverage to complete this task.
I\'m using the vim+jslint combo described here, and am having problems figuring out how to use the two together. I\'m guessing that the list of errors is supposed to show on the top half and the secon