[QFJ-806] Tag appears more than once Created: 11/Aug/14 Updated: 11/Aug/14 Resolved: 11/Aug/14 |
|
Status: | Closed |
Project: | QuickFIX/J |
Component/s: | None |
Affects Version/s: | 1.5.3 |
Fix Version/s: | None |
Type: | Bug | Priority: | Default |
Reporter: | Victor Rosenberg | Assignee: | Unassigned |
Resolution: | Not a bug | Votes: | 0 |
Labels: | None |
Description |
The following exception is created when parsing the message: quickfix.FieldException: Tag appears more than once, field=279 The code: Message message = MessageUtils.parse(new DefaultMessageFactory(), null, strMessage); |
Comments |
Comment by Victor Rosenberg [ 11/Aug/14 ] |
Apologies, seems like the message I've attached indeed contains the tag twice. Thanks |
Comment by Christoph John [ 11/Aug/14 ] |
Please use the quickfixj mailing list to ask such questions. Moreover, you cannot parse messages with repeating groups without the use of a data dictionary. |