[Quickfix-developers] Proper way for resend request?
Brought to you by:
orenmnero
From: jplavalle <jpl...@co...> - 2009-06-04 16:28:20
|
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. |