Details
-
Type:
New Feature
-
Status:
Resolved
-
Priority:
Default
-
Resolution: Won't Fix
-
Affects Version/s: 1.3.3
-
Fix Version/s: None
-
Component/s: Engine
-
Labels:None
Description
If the received message contains some custom repeating group, QFJ will reject with "Tag appears more than once" error. We had to customize the dictionary to work around. A configuration allowing bypass this will be helpful
I am a developer working on a FIX implementation using QuickFix/J version 1.4. I am getting an error "Tag appears more than once". The tag it is complaining about is 9013 (a custom repeating group). You mention on the forum the you had to customize the dictionary to work around. I am new to QuickFix/J and I am not sure how to customize the data dictionary. Could you please let me know how you customized the dictionary? I am using FIX 4.4. Thanks