Re: [Quickfix-developers] Restore messages
Brought to you by:
orenmnero
From: Min T. <mi...@op...> - 2003-03-04 14:06:21
|
Agree. I think there are many chances for a GUI FIX trading application to restore incoming messages. For example, a user closed then re-open this application, all recent orders and executions should be re-loaded. It will be great helpful if Oren can offer the functionality to store/recover incoming message as well (just same as what QuickFix handles outgoing messages). For performance consideration, this shouldn't be mandatory, a flag in config file can solve the problem. Of course I can implement this using outgoing log file, but I do feel this is a fundamental requirement (I checked email archive, and at least 3 people mentioned same thing). ----- Original Message ----- From: "Gene Gorokhovsky" <mus...@ya...> To: <om...@th...>; "Min Tang" <mi...@op...>; <qui...@li...> Sent: Monday, March 03, 2003 8:27 PM Subject: Re: [Quickfix-developers] Restore messages > Remember also that you can always ask for the message > resend from the session counter-party using FIX. > > Gene > > --- Oren Miller <ore...@ya...> wrote: > > > > 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 > > > __________________________________________________ > Do you Yahoo!? > Yahoo! Tax Center - forms, calculators, tips, more > http://taxes.yahoo.com/ > |