quickfix-jruby Build Status

QuickFIX/J Gemified for JRuby.

The gem allows you to easily import QuickFIX/J into your JRuby Application. e.g.,

require 'quickfix'

my_order = quickfix.fix42.NewOrderSingle.new
my_account = quickfix.field.Account.new "hello"
my_order.set my_account
...

quickfix-jruby imports the following jars included in the QuickFIX/J release

  • quickfixj-all-1.5.3.jar
  • mina-core-1.1.7.jar
  • slf4j-api-1.6.3.jar
  • slf4j-jdk14-1.6.3.jar

Versioning

The major.minor version number corresponds to the major.minor version number of the QuickFIX/J release. The patch number may or may not correspond to the QuickFIX/J patch number.

Install

gem install quickfix-jruby

or add the following to Gemfile:

gem 'quickfix-jruby'

and run bundle install from your shell.

More Information

Contributing

Please see the contribution guidelines.

Credits

Contributers:

  • Chris Busbey

Connamara Systems

quickfix-jruby is maintained and funded by Connamara Systems, llc.

The names and logos for Connamara Systems are trademarks of Connamara Systems, llc.

Licensing

quickfix-jruby is Copyright © 2013 Connamara Systems, llc.

This software is available under the GPL and a commercial license. Please see the LICENSE file for the terms specified by the GPL license. The commercial license offers more flexible licensing terms compared to the GPL, and includes support services. Contact us for more information on the Connamara commercial license, what it enables, and how you can start commercial development with it.

This product includes software developed by quickfixengine.org (http://www.quickfixengine.org/). Please see the QuickFIX Software LICENSE for the terms specified by the QuickFIX Software License.