My QuickFIX client is sending logout before login everyday. Is it possible not to have this logout message sent before login ... ?
I am about to write a trading application using the FIX protocol (QuickFix for C++). The compu开发者_运维知识库ter has 6 NIC card configured.How do I let my FIX application (acting as an initiator in
I have pretty basic knowledge of PHP sockets and the FIX protocol altogether. I have an account that allows me to connect to a server and retrieve currency prices.
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 find myself doing quite a bit of testing lately using FIX messages as test data, and especially for testing, I need to make frequent, small changes.E.g. right now I would like to use one FIX message
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I am developing a trading engine and i have to use开发者_如何学C FIX engines. If i use a FIX engine of a higher version can it communicate with a FIX engine of a lower version ?
I came across this very similar question but that question is tagged QuickFIX (which is not relevant to my question) and most of the answers are QuickFIX-related.
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 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.