API Support Forum
User Profile

Viewing User Profile for: BHenderson5813


About

Aug 07, 2019 08:43 AM

Dec 09, 2019 12:28 PM

Dec 09, 2019 12:59 PM



Post Statistics
BHenderson5813 has contributed to 4 posts out of 5593 total posts (0.07%) in 1715 days (0.00 posts per day).

20 most recent posts:

FIX Support » Can't logout, keep getting message reject Dec 09, 2019 @ 12:28 PM (Total replies: 3)

That's probably because I switched the SenderCompID and TargetCompID based on your first reply, which you have now replaced with the reply above. Your first reply is was:

You've mixed up the following fields:
49 SenderCompID BHenderson5813
56 TargetCompID OEC_TEST

Should be:
49 SenderCompID OEC_TEST
56 TargetCompID BHenderson5813


FIX Support » Can't logout, keep getting message reject Dec 09, 2019 @ 11:05 AM (Total replies: 3)

I'm able to log on to the FIX order server but I can't logout. I keep getting a"Reject" message. Below is the FIX logout message that I am sending. I tried it without the MsgSeqNum and the Text but I still get the same response. What am I doing wrong?

8=FIX.4.49=1835=534=258=TEST10=158

API Support » Can't connect to the FAST price server Aug 29, 2019 @ 04:42 PM (Total replies: 3)

So the FAST Session Control Protocol looks completely different from the FIX protocol? FAST does not use pipes ("|") as separators? What is the 63 in your logon message?

The FAST Specification Version 1.1 link
http://www.fixprotocol.org/documents/3066/FAST%20Specification%201%20x%201.pdf
on the FAST setup page
https://gainfutures.com/GFAPI/html/f2a3d6b5-eb24-4314-8b50-fa1a88b7c50d.htm
is broken.

API Support » Can't connect to the FAST price server Aug 29, 2019 @ 03:46 PM (Total replies: 3)

I can connect to the FIX order server and get the FAST hash code but my logon attempt to the FAST price server does not get a response.

I'm sending this to the FAST price server:
8=FIX.4.4 (i know this is a FAST server but the package i'm using always sends a FIX version)
9=573
35=A
52=20190829-20:31:10.557
108=30
553=
554=
10=171

What am I doing wrong? Is sending the 8 name/value pair causing a problem?