Resend Request right after Logon

Imported from previous forum

I am able to log on the FIX 4.2 server. After logon, the server sends a Resend Request message immedately, with BeginSeqNo=5 and EndSeqNo=5, always, even though the MsgSeqNo in my logon message is 35.

How should I handle this Resend Request message?

thanks!

I am able to log on the FIX 4.2 server. After logon, the server sends a Resend Request message immedately, with BeginSeqNo=5 and EndSeqNo=5, always, even though the MsgSeqNo in my logon message is 35.

How should I handle this Resend Request message?

thanks!
You need send Msg(5) as the server request. You should do a SeqReset-Reset(5), Message(5) with Possdup, then SeqReset-GapFill(35).

Good luck,
peng

http://www.eptop.com/FIX/FixExpress.htm

I am able to log on the FIX 4.2 server. After logon, the server sends a Resend Request message immedately, with BeginSeqNo=5 and EndSeqNo=5, always, even though the MsgSeqNo in my logon message is 35.

How should I handle this Resend Request message?

thanks!
You need send Msg(5) as the server request. You should do a SeqReset-Reset(5), Message(5) with Possdup, then SeqReset-GapFill(35).

Good luck,
peng

A Person to Person Business Site
Thanks! the problem is gone now.