Re: [Quickfix-developers] Limiting ResendRequests
Brought to you by:
orenmnero
From: Natala, B. J <ben...@jp...> - 2012-05-07 19:15:35
|
As far as I am aware, it's possible to stop quickfix from sending admin messages as you can with application messages. You may however be able to hack something together to change the requested sequence number in the automatically generated resend and then generate your own additional resends if the first is over the limit. The tricky part would be managing the state of the resend. -Ben -----Original Message----- From: djmob [mailto:dan...@bl...] Sent: Monday, May 07, 2012 2:12 PM To: qui...@li... Subject: [Quickfix-developers] Limiting ResendRequests QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/html/index.html QuickFIX Support: http://www.quickfixengine.org/services.html One exchange that we interface with has a requirement that we do not send ResendRequests larger than 2500 messages and if we need to request more than 2500 messages we should send multiple ResendRequests i.e. 1-2499, 2500-3999 etc... Is there a way to tell QuickFIX to do this? Currently there is very little I do with session level messaging and not sure what kind of control I have here without modify the source myself. Thanks, -- View this message in context: http://old.nabble.com/Limiting-ResendRequests-tp33763541p33763541.html Sent from the QuickFIX - Dev mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Quickfix-developers mailing list Qui...@li... https://lists.sourceforge.net/lists/listinfo/quickfix-developers This email is confidential and subject to important disclaimers and conditions including on offers for the purchase or sale of securities, accuracy and completeness of information, viruses, confidentiality, legal privilege, and legal entity disclaimers, available at http://www.jpmorgan.com/pages/disclosures/email. |