FieldType.CHAR
does not define Character.class
as java type.
#820
Labels
FieldType.CHAR
does not define Character.class
as java type.
#820
Describe the bug
FieldType.CHAR does not define a javaType for itself and defaults to String.class as it's java type.
To Reproduce
Pick up any FIX message, with a CharField (for example : RootPartyIDSource)
Create a rawstring with any delimiter (example: | )
Try to parse the message using : MessageUtils.parse()
The field returned is a StringField instead of CharField.
Expected behavior
FieldType.CHAR.getJavaType() should return Character.class like other primitive types.
system information:
#819
The text was updated successfully, but these errors were encountered: