I'm using quickfix-logviewer 1.1.1. I have problems with TradeCaptureReport (message type = AE). The message has a repeating group, NoSides (tag 552), that in turn has components, NoPartyIDs (tag 453).
In the grid view, the repeating group is displayed correctly (indented). In the tree view, the repeating group is incorrectly displayed under CopyMsgIndicator (tag 797).
I might be able to live without the tree view but the real problem concerns the component NoPartyIDs. Theses components are not displayed at all which I regard as a very serious problem. I just noticed this after having complained about missing information to a sell side company here in Sweden. It turned out that they did send the correct information but I was fooled by the log viewer.
I attach a file containing a message that is displayed incorrectly according to the above.
A TradeCaptureReport displayed incorrectly
I experience the same problem with SecurityList messages. The issue seems to be caused by generating the tree in order of tag numbers. Should be fixed somewhere in MessageTree.java or MessageTreeModel.java
Thanks in advance,
Serkan