Re: [Quickfix-users] How do resends work?
Brought to you by:
orenmnero
From: John V. <jva...@co...> - 2011-05-10 20:23:03
|
It's pretty standard FIX to have an EndSeqNo be 0 (infinity). This way, you don't have to worry about the end, you just specify the beginning. But since it sounds like CLIENT needs to get everything anyway, maybe implementing a SERVER method that overloads onLogon to send everything to the CLIENT automatically is the way to go, instead of forcing the CLIENT to do a Resend Request. John Vatianou Connamara Systems, LLC www.connamara.com On Tue, May 10, 2011 at 3:12 PM, abaraff <ab...@ra...> wrote: > QuickFIX Documentation: > http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > > I'm using QuickFix for .Net and I have one application that acts as an > intermediary (I'll call it the SERVER). This application has a connection > to the broker (BROKER) and listens for an incoming connection from a client > application (CLIENT). When the CLIENT reconnects, I'd like to get a full > playback of the NewOrderSubmits and ExecutionReports that have taken place > that day. I assume that I should just send a ResendRequest from the CLIENT > to the SERVER. I assume the BeginSeqNo is 0. How do I know what the > EndSeqNo is? Does QuickFix's internal logic on the SERVER automatically > handle resending these messages or do I have to do it myself? > > What happens if the SERVER shuts down? I'm using the FileStoreFactory and > FileLogFactory. Does QuickFIX automatically retrieve prior messages from > these logs or do I have to manually load the messages. Also what needs to > be done to get any messages from the BROKER that have been dropped between > the last message stored in the log and the reconnect. > > I realize there are some very open ended questions here, but I'm really not > sure where to start looking. If you point me in the right direction I'm > sure I can figure it out myself. I just have know way of knowing what > default behavior is. > > Thanks, > > Anthony > -- > View this message in context: > http://old.nabble.com/How-do-resends-work--tp31588898p31588898.html > Sent from the QuickFIX - User mailing list archive at Nabble.com. > > > > ------------------------------------------------------------------------------ > Achieve unprecedented app performance and reliability > What every C/C++ and Fortran developer should know. > Learn how Intel has extended the reach of its next-generation tools > to help boost performance applications - inlcuding clusters. > http://p.sf.net/sfu/intel-dev2devmay > _______________________________________________ > Quickfix-users mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-users > |