Re: [Quickfix-developers] Proper way for resend request?
Brought to you by:
orenmnero
From: Mike P. <mic...@ya...> - 2009-06-04 19:48:25
|
Instead of doing the resend request you could request the messages from the message store. Mike --- On Thu, 6/4/09, jplavalle <jpl...@co...> wrote: > From: jplavalle <jpl...@co...> > Subject: [Quickfix-developers] Proper way for resend request? > To: qui...@li... > Date: Thursday, June 4, 2009, 11:28 AM > QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > > When the user logs back in I want to display all of todays > messages, so I am > trying to do a resend request but I dont seem to get any > messages. What is > the proper way to get the messages for the day? > > my code is called after successful logon > > public void send_resend_request() > { > QuickFix42.ResendRequest resendrequest = new > QuickFix42.ResendRequest(new > QuickFix.BeginSeqNo(1), new QuickFix.EndSeqNo(1000000)); > > Session.sendToTarget(resendrequest, _session); > } > -- > View this message in context: http://www.nabble.com/Proper-way-for-resend-request--tp23873431p23873431.html > Sent from the QuickFIX - Dev mailing list archive at > Nabble.com. > > > ------------------------------------------------------------------------------ > OpenSolaris 2009.06 is a cutting edge operating system for > enterprises > looking to deploy the next generation of Solaris that > includes the latest > innovations from Sun and the OpenSource community. Download > a copy and > enjoy capabilities such as Networking, Storage and > Virtualization. > Go to: http://p.sf.net/sfu/opensolaris-get > _______________________________________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers > |