-
Notifications
You must be signed in to change notification settings - Fork 24
QuickFIX Update Guide
Jan Amoyo edited this page Feb 26, 2014
·
1 revision
QuickFIX Messenger is a front-end messaging application built on-top of the QuickFIX/J engine.
It is a tool designed for technical individuals working on the Financial Information eXchange ("FIX") Protocol. The FIX Protocol is an industry-driven messaging standard for the electronic communication of trade-related messages.
QuickFIX Messenger is ideal for testing different messages and scenarios on FIX infrastructures. It provides a simple graphical user interface (GUI) for constructing and sending FIX messages across a given FIX session.
Note that this guide requires QuickFIX Messenger version 2.0 or higher.
Download the binary distribution of the desired QuickFIX/J version from SourceForge.
Binary distributions are usually named:
quickfixj-<version>-bin.zip
quickfixj-<version>.tar.gz
- Extract the distribution package to a desired directory location
- Copy
quickfixj-all-<version>.jar
- Paste to the
<qfix-messenger>/lib/
directory - Delete the JAR file of the previous version
- Go to
<quickfixj>/etc/
- Copy all
XML
files (FIX*.xml
andFIXT*.xml
) - Paste to the
<qfix-messenger>/resources/
directory - Overwrite files when required