<div dir="ltr">The FileStore (and MessageStores generally) is for storing messages that a quickfix app has *sent* -- not for messages it has *received* -- because the purpose of the store is to facilitate the fulfillment of Resend requests. Fulfilling resend requests is an automatic feature of quickfix, and hence the FileStore is really an internal structure that you would not normally use in your own applications. <div>
<br></div><div>If you want to do some kind of custom persisting of messages, consider creating your own implementation of the ILog interface and overriding OnIncoming. Or simply call out to your own custom persister (possibly based on FileStore) during FromApp/OnMessage.</div>
<div> </div><div class="gmail_extra"><br clear="all"><div><div dir="ltr"><div><font face="arial, helvetica, sans-serif">--</font></div><font face="arial, helvetica, sans-serif">Mike Gatny<br>Connamara Systems, LLC</font></div>
</div>
<br><br></div></div>