API Support Forum
User Profile

Viewing User Profile for: CParker2467


About

Feb 24, 2017 08:13 AM

Mar 16, 2017 09:46 AM

Mar 16, 2017 09:46 AM



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

20 most recent posts:

FIX Support » Logon Request causes neverending Resend Request messages Mar 16, 2017 @ 09:46 AM (Total replies: 7)

Thank you Chris, that seems to work. Do you know why that message is not visible to me as a response to the logon request? Seems like it would be very helpful for debugging purposes.

FIX Support » Logon Request causes neverending Resend Request messages Mar 13, 2017 @ 09:24 AM (Total replies: 7)

Hi @CMicciche902,

I was mistaken in saying that the connection is now working. What actually happens is that I send my logon request:

8=FIX.4.4|9=123|35=A|49=CParker2467|56=OEC_TEST|34=1|52=20170313-14:15:07.412|98=0|141=Y|108=30|12003=9e61a8bc-0a31-4542-ad85-33ebab0e4e86|10=017

But then nothing happens. I get no response from the server and my program is just sitting in a recv() loop waiting for data from the server.

Any idea what is going on?

FIX Support » Logon Request causes neverending Resend Request messages Mar 08, 2017 @ 11:33 AM (Total replies: 7)

Changing it to 4.4 seems to have fixed the resend issue. Thanks

FIX Support » Logon Request causes neverending Resend Request messages Mar 08, 2017 @ 11:11 AM (Total replies: 7)

I am trying to send a logon request message, like this:

8=FIX.4.2|9=123|35=A|49=XXXX|56=OEC_TEST|34=1|52=20170308-16:58:29.489|98=0|141=Y|108=30|12003=9e61a8bc-0a31-4542-ad85-33ebab0e4e86|10=046|

But as soon as I send it, I get a flood of resend messages back that never end, like this:

8=FIX.4.2|9=71||35=2|49=XXXX|56=OEC_TEST|34=2|52=20170308-16:58:29.489|7=1|16=0|10=090|0|12003=9e61a8bc-0a31-4542-ad85-33ebab0e4e86|10=046|
8=FIX.4.2|9=71||35=2|49=XXXX|56=OEC_TEST|34=3|52=20170308-16:58:29.489|7=1|16=0|10=091|0|12003=9e61a8bc-0a31-4542-ad85-33ebab0e4e86|10=046|
8=FIX.4.2|9=71||35=2|49=XXXX|56=OEC_TEST|34=4|52=20170308-16:58:29.489|7=1|16=0|10=092|0|12003=9e61a8bc-0a31-4542-ad85-33ebab0e4e86|10=046|
8=FIX.4.2|9=71||35=2|49=XXXX|56=OEC_TEST|34=5|52=20170308-16:58:29.489|7=1|16=0|10=093|0|12003=9e61a8bc-0a31-4542-ad85-33ebab0e4e86|10=046|
8=FIX.4.2|9=71||35=2|49=XXXX|56=OEC_TEST|34=6|52=20170308-16:58:29.489|7=1|16=0|10=094|0|12003=9e61a8bc-0a31-4542-ad85-33ebab0e4e86|10=046|

Any idea what's going on?

EDIT: I just realized this is in the wrong forum, sorry about that. I should have posted it to the FIX section.
Edited by CParker2467 on Mar 08, 2017 11:13 AM