[Quickfix-users] How resend again previousl sent messages?
Brought to you by:
orenmnero
From: Hamza K. <h.k...@gm...> - 2008-01-17 13:59:28
|
Hello all, Please what QuickFix method should I use in order to tell the FIX gateway to send me a series of messages again, even if these previously sent messages are all sent in series - without any gap. Note that I used: Dim msg As New QuickFix42.ResendRequest( New QuickFix.BeginSeqNo(1), New QuickFix.EndSeqNo(100000) ) QuickFix.Session.sendToTarget( msg, mySession.getSessionID ) ... But I didn't get any response unfortunately. Thank you very much. Best Regards, Hamza Kamaleddine |