-
Notifications
You must be signed in to change notification settings - Fork 655
Description
It would be good for QFJ to support FIX Latest from FTC. If this is done by means of a dependency on the published FIX Latest Repository (Orchestration).
I would suggest that FIXLatest be added as an additional module to preserve backward compatibility of the existing FIX50sp2 module.
This would also provide a ready means for users to depend on their customized repositories instead of the base-line FIX Standard.
The FIX Latest repo includes some extension packs that break the QFJ build so code generated for messages in the new FIX50sp2Latest needs to be slightly different. The problem is where components and fields have the same name. As Java does not overload based on return type the method name for components must change. For backward compatibility this should not be applied to messages for prior versions of the standard.
I will provide an example build. See the branch here : https://github.com/david-gibbs-ig/quickfixj/tree/fix-orchestra
This above is a work in progress,