Top "Quickfix" questions

QuickFIX is an open source implementation of FIX protocol, currently compatible with the FIX 4.0-5.0 specifications.

How to install a python library manually

I built quickfix engine (http://www.quickfixengine.org/) for one of my tasks and also built in python support for …

python package quickfix
The best way to parse a FIX message?

How do you parse a FIX message using python ? (FIX message as in the 'financial' FIX Protocol)

finance quickfix
How to test my FIX client? Is there a fake FIX exchange out there that I can use?

I have implemented my own FIX client, something like QuickFIX. Now I need to test it. Is there a fake …

java c++ quickfix fix-protocol algorithmic-trading
How to parse a string FIXMessage into a FIXMessage object in c#

I have string FIX message as input and I want to convert it into a FIX Message. I am using …

quickfix
Quickfix reset sequence number at start time but not set ResetSeqNum in Logon message

When the quickfix initiator reconnects at startTime (defined in config) it deletes the files with sequence number, but does not …

quickfix
How to calculate CheckSum in FIX manually?

I have a FixMessage and I want to calculate the checksum manually. 8=FIX.4.2|9=49|35=5|34=1|49=ARCA|52=20150916-04:14:05.306|56=TW|10=157| The body length here …

quickfix fix-protocol
Open Source FIX Client Simulator

I want test a FIX gateway for our company and was wondering if anything in opensource already exists that I …

c++ python quickfix fix-protocol
FIX protocol in Python - implement login and request for streaming quote

I am trying to implement basic FIX requests with python quickfix (FIX 4.2), however the documentation is sparse for me to …

python quickfix fix-protocol
How to control QuickFix printouts

I'm using QuickFix with Python bindings. How is it possible to control QuickFix's printouts? As far as I can tell, …

logging stdout quickfix
An established connection was aborted by the software in your host machine

The application uses quickfixj library, which uses Apache Mina. This application keeps a socket connection to a remote host. Suddenly …

sockets quickfix apache-mina