Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ishabandi67
Copy link

@ishabandi67 ishabandi67 commented Jun 6, 2024

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.

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.
@noblemaster
Copy link

There should probably also be a unit test with a concrete example to validate the functionality?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

FieldType.CHAR does not define Character.class as java type.
2 participants