Developer Resources

Skip to end of metadata
Go to start of metadata

These are resources for developers of QuickFIX/J, not the developers who use the tool.

SourceForge Project Site

SourceForge.net: Project Summary: QuickFIX/J - Open Source Java FIX Engine (quickfixj project)
(A summary of key project details for the quickfixj project on SourceForge.net.)
Project name: QuickFIX/J - Open Source Java FIX Engine
Project description: QuickFIX/J is an 100% Java implementation of the popular QuickFIX open source FIX protocol engine. QuickFIX/J features include support for FIX protocol versions 4.0 through 4.4 and 5.0/FIXT1.1 (www.fixprotocol.org).
Developers on project: 11
Project administrators: dv13090, ed1978, ld1979, sbate
Downloadable files: total downloads to date
Mailing lists (public): 1
Public mailing lists: quickfixj-users

Source Code

Source code is available from the SourceForge Subversion repository. Information on accessing the repository can be found here. You can also browse the Subversion repository.

As the SourceForge Subversion documentation states, you'll generally want to checkout the trunk rather than the root of the repository.

Jira Issue Tracking

Jira is used for issue/bug tracking and release management. It can be found here.

Build Server

QFJ uses the Bamboo CI server. Latest build status is here. RSS feeds are also available on the build status page.

Coding conventions

SVN commit comment

When committing in SVN, the developer must follow this pattern in the comment:


QFJ-nnn: <title of JIRA ticket>
<comments>


Labels:
None
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.
  1. May 01, 2011

    To run a single unit test suite:

    • cd core
    • ant test.one.junit -Donejunit.testname=quickfix.DefaultDataDictionaryProviderTest