{{Quickfixn}} How to write execution report to store file
Mike Gatny
mgatny at connamara.com
Thu Jan 30 23:26:55 PST 2014
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.
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.
--
Mike Gatny
Connamara Systems, LLC
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.quickfixn.com/pipermail/quickfixn-quickfixn.com/attachments/20140131/633e6fe7/attachment-0001.htm>
More information about the Quickfixn
mailing list