Re: [Quickfix-developers] Lost Messages?
Brought to you by:
orenmnero
From: Mike P. <mic...@ya...> - 2008-01-25 18:32:06
|
I believe that's what the message store is used for. --- azmat <mr...@gm...> wrote: > QuickFIX Documentation: > http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: > http://www.quickfixengine.org/services.html > > > 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. > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio > 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers > ____________________________________________________________________________________ Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now. http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ |