On Thu, Sep 27, 2012 at 4:53 AM, Ruaan Viljoen <span dir="ltr"><<a href="mailto:ruaanv@estuarys.co.za" target="_blank">ruaanv@estuarys.co.za</a>></span> wrote: <div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div lang="EN-ZA" link="blue" vlink="purple"><p class="MsoNormal"><u></u></p><p class="MsoNormal">How are resend requests handled with Quickfix, and in what scenario would a resend request be generated by the engine?</p>
</div>
</blockquote><div><br></div><div>The engine will handle resend logic for you in accordance with the FIX protocol spec.  If quickfix receives a message with a sequence number that is higher than expected, it will automatically send a resend request for the missing messages.  You can assume that you will always receive all messages -- in the correct order -- in the FromApp callback.</div>

</div>