Re: [Quickfix-developers] RE: Request resend
Brought to you by:
orenmnero
From: Fad <s.f...@gm...> - 2006-04-12 08:17:50
|
Oren Miller wrote: > > If you really really must do this (do you? really?), then you will need > to lower the clients expected sequence number in order to trick QuickFIX > into passing those messages to you again. So if you want to get message > 90-current, lower your expected sequence number to 90, then send your > ResendRequest. > > Please keep in mind that QuickFIX is a messaging protocol, not an OMS. > You must take responsibility to persist any data you want to keep around. > Ok, I have understood that QuickFix is a messaging protocol, but I try to decrease the clients expected sequence number. When client has started, automatically send to server a ResendRequest but the server send a sequenceReset-GapFill instead all the 'lost messagges'. It is correct..? Thanks, Stefano -- View this message in context: http://www.nabble.com/Request-resend-t1430121.html#a3877509 Sent from the QuickFIX - Dev forum at Nabble.com. |