[QFJ-676] Invalid MsgType n Created: 30/Apr/12 Updated: 10/Oct/12 Resolved: 10/Oct/12 |
|
Status: | Closed |
Project: | QuickFIX/J |
Component/s: | Engine |
Affects Version/s: | 1.5.2 |
Fix Version/s: | None |
Type: | Other | Priority: | Major |
Reporter: | James Beattie | Assignee: | Unassigned |
Resolution: | Not a bug | Votes: | 0 |
Labels: | QuickfixJ |
Description |
When sending/receiving a FIX 4.4 message with field 35=n, the message is rejected with the following error: 58=Invalid MsgType Is this a bug, or does anyone know what can be done to resolve this issue? Many thanks. |
Comments |
Comment by Grant Birchmeier [ 04/May/12 ] |
I assume you get it only on reception, since you obviously can't reject a message you're sending. I'm going to guess that your MessageCracker did not implement an OnMessage() handler for "n" message type. Also, this question should probably have gone on the mailing list. It doesn't look like a bug. |