API Support Forum
OEC API > FIX Support > Issue with FIX/FAST Logon
Author Topic: Issue with FIX/FAST Logon
(2 messages, Page 1 of 1)
Moderators: VPfau
ADoolin
Posts: 1
Joined: May 18, 2020


Posted: May 19, 2020 @ 11:33 AM             Msg. 1 of 2
Hi -

I'm trying to connect to the FAST/FIX Server using the sample code provided from https://bitbucket.org/GainFuturesDev/oecfixsample/src/master/.

I have no issues connecting to the FIX Server, but once I issue the connectfast; command, I receive InvalidUserOrPassword.

: Logout -> {61, 5, 20200519162015, InvalidUserOrPassword, }

The code is passing the 12004= value directly from the FIX Logon. I've also tried to update the hash code with the command USERREQUEST ADoolin, but still an InvalidUserOrPassword.

Any ideas?
CMicciche902
Posts: 347
Joined:


Posted: May 20, 2020 @ 10:55 AM             Msg. 2 of 2
I'm not getting that error with your credentials connecting to FIX Order Server and FAST server with real FIX application. Can you connect with your application and only have issue with Sample?

\\API31CLIPRI01.production.local\GF.Servers.Front.FixPriceServer_Log\GF.Servers.Front.FixPriceServer20200520.log
09:17:43.649 DEBUG - Not logged in FAST-IN: Logon -> {63, A, 20200520141743, 30, ADoolin, , }
09:17:43.676 INFO - Logged on ADoolin(GF.Servers.Front.FixOrderServer)
09:17:51.331 DEBUG - ADoolin FAST-IN: Logout -> {61, 5, 20200520141751, , }
09:17:51.332 INFO - Logged off ADoolin
Chris M