Skip to content

Commit 73892e7

Browse files
authored
Merge pull request #819 from ishabandi67/patch-1
Add `Character.class` java type for `FieldType.CHAR`
2 parents 98dd021 + d8b718a commit 73892e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quickfixj-base/src/main/java/quickfix/FieldType.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public enum FieldType {
3030

3131
UNKNOWN,
3232
STRING,
33-
CHAR,
33+
CHAR(Character.class),
3434
PRICE(Double.class),
3535
INT(Integer.class),
3636
AMT(Double.class),

0 commit comments

Comments
 (0)