djmob | 7 May 2012 20:11

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/
Natala, Benjamin J | 7 May 2012 21:15
Picon
Favicon

Re: Limiting ResendRequests

QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/html/index.html
QuickFIX Support: http://www.quickfixengine.org/services.html

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.mobley@...] 
Sent: Monday, May 07, 2012 2:12 PM
To: quickfix-developers@...
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.

------------------------------------------------------------------------------
(Continue reading)


Gmane