Situation:
Starting a new hotspot - session after a local reset leads to following problem
local sequence number is reset to "1" but the Hotspot expects any higher number.
Hotspot reacts with a "Logout-Message" or sometimes with a "Reject-Message"
(need to be evaluated why not only logout due to FIX-spec).
No comes the quickfix problem:
conform to the QFJ docu all administrative messages from counterpart (fromAdmin) should pass the
fromAdmin-Handler.
The Reject-Message and not all Logout-Messages will not be passed through the
fromAdmin-Handler
The problem is now fro us, that in the messages are a text string from what we can parse the expected sequence number for another correct Logon-try.
What is also strange is that this problem occurs with quickfixj1.0.4 from download and also with
branches/QFJ_RELEASE_1_0_x.
Surprisingly when using the actual QFJ from trunk:
svn co https://svn.sourceforge.net/svnroot/quickfixj/trunk quickfixj
|