资 源 简 介
An framework to allow the binding of FIX messages to POJOs using a series of Annotations. This framework is themed along the lines of standard SAX therefore should be familiar to many java developers.
The framework is split into two core parts which can be used independantly:
* A Parser - which can be run in two modes, validating or non validation
* The binding framework - Takes the output of the parser to build the desired objects.
The difference to this framework over other Java FIX implementations, it is designed to be simply integrated or be retro fitted with existing applications, to provide FIX
support. It does not enforce its own predefined domain model on the application.
Currently the framework does not provide a FIX engine but this may be provided in the future.
See http://www.fixprotocol.org/ for information on FIX
This code as of May 2011 is not currently being actively developed. However if you find a defect or require a new f