API Support Forum
OEC API > FIX Support > Non-consistant Logon Scenarios
Author Topic: Non-consistant Logon Scenarios
(1 messages, Page 1 of 1)
Moderators: VPfau
DThemistokleo
Posts: 4
Joined: Sep 29, 2016


Posted: Jan 19, 2017 @ 12:25 PM             Msg. 1 of 1
I am currently using the QuickFix/J to access FIX on the api.gainfutures.com development environment. I have tried a few login scenarios with unusual responses.

- invalid username but correct password, uuid
- get a logon response with the FAST Hashcode, but NO logout response

- invalid password but correct username, uuid
- get a logon response with the FAST Hashcode and a logout response with the 'invalid username/password' error message

- invalid uuid but correct username and password
- get a logon response with the FAST Hashcode, but NO logout response


1) Why is there a 'logon' response returned with a FAST Hashcode if the login attempt is a failure?
2) Why does scenario 1 & 3 cause NO 'logout' response, but scenario 2 does with a reason why?
3) Are all 3 environments (development, demo, and production) the same in login authorization?