Re: [Quickfix-developers] Restore messages
Brought to you by:
orenmnero
From: Oren M. <ore...@ya...> - 2003-03-03 19:20:44
|
You can't. There is no reason to store incoming messages to implement the protocol, so they are not stored. Doing so would just increase I/O. You can use the logger interface to store both incoming and outgoing messages, however you would have to implement something to read them into your application. Min Tang <mi...@op...> wrote:Hello, We can restore outgoing messages by using FileStore class, but how can I restore incoming messages? Is there any utility to load XXX.incoming | XXX.outgoing files or I have to write myself? Thanks. --------------------------------- Do you Yahoo!? Yahoo! Tax Center - forms, calculators, tips, and more |