The tag has no wiki summary.

learn more… | top users | synonyms

12
votes
8answers
3k views

How fast is QuickFix ?

In my firm we are beginning a new OMS (Order Management System) project and there is a debate whether we use Quickfix or we go for a professional fix engine? Because there is a common doubt that ...
4
votes
2answers
288 views

Using QuickFIX in a C project

QuickFIX is a well-known open-source implementation of the FIX protocol. This library has been ported to numerous languages, though for the moment I am concentrating the on C/C++ implementation. ...
1
vote
1answer
300 views

FIX Heartbeat message not sent

I am using FIX4.3 and QuickFIX/n v1.0.0 for its implementation. I came across a situation where i had subscribed for Market Data and was successfully receiving Snapshot message then suddenly all ...
-4
votes
2answers
324 views

Is it already possible to do automated trading from your room? [closed]

Just curious. Automated trading using computer software. Parse market data and place orders automatically through a computer program running in your machine. Is it possible to do that as an individual ...
4
votes
2answers
1k views

When should we use SWIFT versus FIX?

I've read documents that claim that SWIFT and FIX are not competing protocols for financial transactions and messaging. And yet, I have not come across a clear articulation of when to use SWIFT versus ...