Re: [Quickfix-developers] Request resend
Brought to you by:
orenmnero
From: Caleb E. <cal...@gm...> - 2006-04-11 13:04:46
|
On 4/11/06, Fad <s.f...@gm...> wrote: > > For example, in the server's message log there are: > 8=3D > FIX.4.2=019=3D160=0135=3DUY=0134=3D81768=0149=3DSPHERA_ALL=0152=3D2006041= 0-16:01:34.267=0156=3DCLIENT_ALL1=0155=3DTXT=01207=3DAFF=01262=3DInfo94=011= 0074=3DVCH=0110076=3D0=0110077=3D0=0110080=3D0=0110081=3D00:00:00=0110082= =3DS=0110083=3D0=0110=3D180=01 > 8=3D > FIX.4.2=019=3D159=0135=3DUY=0134=3D81769=0149=3DSPHERA_ALL=0152=3D2006041= 0-16:01:34.283=0156=3DCLIENT_ALL1=0155=3DMS=01207=3DAFF=01262=3DInfo95=0110= 074=3DVCH=0110076=3D0=0110077=3D0=0110080=3D0=0110081=3D00:00:00=0110082=3D= S=0110083=3D0=0110=3D092=01 > 8=3D > FIX.4.2=019=3D160=0135=3DUY=0134=3D81770=0149=3DSPHERA_ALL=0152=3D2006041= 0-16:01:34.298=0156=3DCLIENT_ALL1=0155=3DOLI=01207=3DAFF=01262=3DInfo96=011= 0074=3DVCH=0110076=3D0=0110077=3D0=0110080=3D0=0110081=3D00:00:00=0110082= =3DS=0110083=3D0=0110=3D151=01 > > If the client send a ResendRequest to server like this: > 8=3D > FIX.4.2=019=3D82=0135=3D2=0134=3D10=0149=3DCLIENT_ALL1=0152=3D20060411-06= :52:07.507=0156=3DSPHERA_ALL=017=3D81768=0116=3D81770=0110=3D086=01 > > The QuickFix engine on server side doesn't send nothing.. Why..? > Is the server using a persistent type of MessageStore, like the FileStore o= r one of the database-backed Stores? What is MsgType "UY"? The prsesence of the field MDReqID screams market data to me, which makes me wonder if these messages would even be candidates for resending. Additionally, the timestamp on the ResendRequest appears to be 14 hours after those messages were sent. Is it possible that the session has reset itself during that time? The session log should give some more detail about what is happening on the server side (e.g received resend request, resending message, sending sequence reset, etc). PS. You are sending double emails. Please use "Reply to All" and send onl= y one message. -- Caleb Epstein caleb dot epstein at gmail dot com |