quickfix-j / quickfixj

QuickFIX/J is a full featured messaging engine for the FIX protocol. - This is the official project repository.
http://www.quickfixj.org
Other
934 stars 607 forks source link

Add Character.class java type for FieldType.CHAR #819

Open ishabandi67 opened 4 weeks ago

ishabandi67 commented 4 weeks ago

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.