Details
Description
QuickFix/J is currently released as a single 4 MB jar. This jar is extremely large for certain applications. For example, a small FIX client only needs to create FIX messages and send them to a FIX engine. It might make sense to break up the code base in to smaller logical jars, for example quickfixj-core.jar (containing Message, Field, Group, DataDictionary etc.) and quickfixj-engine (containing the remaining classes).