[QFJ-83] mina.AbstractIoHandler breaks when trying to process received ListStatus message Created: 07/Oct/06 Updated: 08/Jan/07 Resolved: 08/Jan/07 |
|
Status: | Closed |
Project: | QuickFIX/J |
Component/s: | Build |
Affects Version/s: | 1.0.3 |
Fix Version/s: | None |
Type: | Other | Priority: | Default |
Reporter: | Plamen Vassilev | Assignee: | Steve Bate |
Resolution: | Fixed | Votes: | 0 |
Labels: | None | ||
Environment: |
OS: Slackware 10.2 |
Description |
Message from the log: Error: ListStatus DTD: In QuickFIX Log Viewer message looks like this: 82 NoRpts = 1 I know there is missing tag 84 (CxlQty) but I am not sure that's the reason for this kind of behavior. |
Comments |
Comment by Steve Bate [ 08/Oct/06 ] |
Hello, Are you sure you were using a data dictionary when parsing the message? If you don't use a data dictionary, QFJ cannot parse the groups correctly and |
Comment by Plamen Vassilev [ 08/Oct/06 ] |
Hello, Yes, I double-checked that. I also send and receive other messages containing repeating groups (MarketDataRequest.NoRelatedSym, MarketDataIncrementalRefresh for example) without problems. I realize that this is odd, because as far as I understand - the parsing algorithm is universal for all messages, and it makes no sense for it to work for one kind and to not work for other. If you need any additional information, that I can provide regarding this problem - I am ready to provide it. Thanks for your time and consideration! |