[Quickfix-developers] ResendRequest disapperaing?
Brought to you by:
orenmnero
From: Howard E. <ho...@ex...> - 2003-07-23 20:56:41
|
I have written a FIX server (an acceptor) and a FIX Client (initiator) both using QuickFIX. When my client attempts to connect to the server using a MsgSeqNum that is higher than expected, the server sends back the LogonRequest followed by a ResendRequest to the client (log excerpt below), however I never see this second (ResendRequest) message on my client. I do not see it in the message store, logs, nor can I catch it in the fromAdmin/fromApp handlers. Is there something I need to be doing here? Thanks, Howard 8=FIX.4.29=6035=A34=149=SBI052=20030723-20:50:0156=SLGM098=0108=3010=150 8=FIX.4.29=5835=234=249=SBI052=20030723-20:50:0156=SLGM07=116=7610=046 20030723-20:50:01 : Received logon request 20030723-20:50:01 : Responding to logon request 20030723-20:50:01 : MsgSeqNum too high RECEIVED: 77 EXPECTED: 1 20030723-20:50:01 : Sent ResendRequest FROM: 1 TO: 76 20030723-20:50:01 : Disconnecting |