Re: [Quickfix-developers] Lost Messages?
Brought to you by:
orenmnero
From: azmat <mr...@gm...> - 2008-01-25 17:59:19
|
Oren and Mike, thanks! Ok so what I've been trying to ask is this: when the counterparty sends that resend request message, will my code (FIXClient) need to 'remember' each message (in order to send it in the event of a resend request) or will QF remember which message it sent, and then resend whatever is being requested? Basically I imagine that there needs to be some sort of data structure that stores Messages in the case of a resend request, so that we can actually look that message up and resend it. I am wondering if this is something that I need to implement, or something that QF has built-in. thanks! Azmat Oren Miller wrote: > > QuickFIX Documentation: > http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > A FIX engine won't process any message until all previous messages > have been processed. If a message gets "lost", the counterparty will > not process any of your subsequent messages until the lost messages > is recovered. This will generally be done through resend requests > from them to you. > > --oren > > -- View this message in context: http://www.nabble.com/Lost-Messages--tp15082077p15093430.html Sent from the QuickFIX - Dev mailing list archive at Nabble.com. |