quickfixj
quickfixj copied to clipboard
Add Character.class java type for FieldType.CHAR
trafficstars
Fixes #820 While parsing a rawstring back to a quickfix.Message object, CHAR fields are created as StringField because it String.java is the default javaType.
All other primitive types have their wrapper classes defined except CHAR.