fix-protocol
Quickfix session setup : logout sent before logon from initiator
My QuickFIX client is sending logout before login everyday. Is it possible not to have this logout message sent before login ... ?[详细]
2023-04-12 17:32 分类:问答FIX (quickfix) how to set which NIC/IP to use for the FIX session
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[详细]
2023-04-01 21:24 分类:问答Getting started on FIX protocol with PHP sockets
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.[详细]
2023-03-27 01:25 分类:问答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 分类:问答Editing tool for FIX messages
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[详细]
2023-02-27 05:28 分类:问答Is there a Fix implementation running under mono? [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-02-14 11:53 分类:问答How do i handle communication between FIX engines of different version
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 ?[详细]
2023-02-10 06:09 分类:问答What's the most efficient way to parse FIX Protocol messages in .NET?
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.[详细]
2023-02-09 06:09 分类:问答Quickfix 1.13.3 - SeqNum not reset properly at StartTime with ODBC Store
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).[详细]
2023-01-19 06:56 分类:问答Implementing FIX Protocol-based orders with support for Stop Loss and Take Profit
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.[详细]
2023-01-07 05:09 分类:问答