[QFJ-679] TAG_NOT_DEFINED_FOR_THIS_MESSAGE_TYPE because of wrong order of tags Created: 03/May/12 Updated: 01/Aug/12 Resolved: 01/Aug/12 |
|
| Status: | Closed |
| Project: | QuickFIX/J |
| Component/s: | Message Generation |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Other | Priority: | Critical |
| Reporter: | Sujit Jaju | Assignee: | Unassigned |
| Resolution: | Not a bug | Votes: | 0 |
| Labels: | None | ||
| Description |
|
The message I am creating is: (Tag 131 at start of body and not between tag 453 and tag 458) I have written following code: But still it pushes the tag 131 between tag 453 and tag 448. 8=FIX.4.49=14435=334=249=abcd52=20120503-04:45:53.62756=pqrs45=258=Tag not defined for this message type371=448372=R373=210=005 Please help me solve this problem asap. Also let me know if any other input is needed from my side and if I am writing any step wrongly. |
| Comments |
| Comment by Grant Birchmeier [ 04/May/12 ] |
|
You should try the mailing list. (Only a few eyes are alerted to bug submissions.) Please note this bug number in your mail. If someone helps you solve it, please come back and close this bug. |
| Comment by Grant Birchmeier [ 04/May/12 ] |
|
Um, if you don't want 131 in your group, why did you set it in the group? This line sets it in the group. I think you want this: Also, you should consider using typesafe methods, instead of setString() and setInt(). |