We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 98dd021 + d8b718a commit 73892e7Copy full SHA for 73892e7
1 file changed
quickfixj-base/src/main/java/quickfix/FieldType.java
@@ -30,7 +30,7 @@ public enum FieldType {
30
31
UNKNOWN,
32
STRING,
33
- CHAR,
+ CHAR(Character.class),
34
PRICE(Double.class),
35
INT(Integer.class),
36
AMT(Double.class),
0 commit comments