FIX initiator logon/logout handling #898
Unanswered
dilanperera87
asked this question in
Q&A
Replies: 1 comment
|
To be honest, sending a Logout in step 3 also looks a little unnatural to me. However, I could not find anything which contradicts this logic looking (briefly) at https://www.fixtrading.org/standards/fix-session-testcases-online .
But this is just a brief analysis. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
We have built a FIX client application that connects to a trading venue and noticed a sequence gap after a failed logon attempt. Below is the scenario:
Is step 3 in the above scenario correct? From my understanding, the client should not respond to the Logout (5) message received for the logon failure. This triggers resend request from the server side after the failed logon attempt.
What are your thoughts on this?
All reactions