quickfixj icon indicating copy to clipboard operation
quickfixj copied to clipboard

Add Character.class java type for FieldType.CHAR

Open ishabandi67 opened this issue 1 year ago • 1 comments
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.

ishabandi67 avatar Jun 06 '24 20:06 ishabandi67