We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 270f823 commit 24214eeCopy full SHA for 24214ee
quickfixj-base/src/main/java/quickfix/DataDictionary.java
@@ -1168,10 +1168,6 @@ public int getNumMessageCategories() {
1168
private void load(Document document, String msgtype, Node node) throws ConfigError {
1169
String name;
1170
final NodeList fieldNodes = node.getChildNodes();
1171
- if (countElementNodes(fieldNodes) == 0) {
1172
- throw new ConfigError("No fields found: msgType=" + msgtype);
1173
- }
1174
-
1175
for (int j = 0; j < fieldNodes.getLength(); j++) {
1176
final Node fieldNode = fieldNodes.item(j);
1177
0 commit comments