[Quickfix-developers] Throttling and Business Message Reject
Brought to you by:
orenmnero
From: Brian L. <br...@br...> - 2008-08-08 10:04:54
|
Hello All I need to talk to a FIX service that is implementing message throttling :( I can handle that by adding timing checks and thread pausing to the toApp and toAdmin handlers, but for safety I also need to cater for their throttle rejections. If the throttle rate is exceeded, they will be sending Business Message Reject messages with a specific rejection code in the Text (urgh). The message will then need to be resent. So three questions: 1. Is there a way to force QuickFix to resend a message (outside of it receiving a resend request). 2. Is the Business Message Reject handled as an admin or an application message by QuickFix? 3. Is there an easier way to do message throttling? Thanks Brian |