Re: [Quickfix-users] how can i NOT generate a big FIX.4.2-xxxxx.body file?
Brought to you by:
orenmnero
From: Dan G. <dua...@ya...> - 2008-02-08 18:17:06
|
Djalma, thank you. that is it! i guess since i am a client (not a brokerage), i do not need re-transmission feature. i would expect my broker DO RETRAN on my behalf (if i miss a msg and ask them to retrans from an older sequence #), not the other around. Is my understanding correct? Dan ----- Original Message ---- From: Djalma Rosa dos Santos Filho <drs...@gm...> To: "Qui...@li..." <qui...@li...> Sent: Friday, February 8, 2008 1:10:28 PM Subject: Re: [Quickfix-users] how can i NOT generate a big FIX.4.2-xxxxx.body file? QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/html/index.html QuickFIX Support: http://www.quickfixengine.org/services.html -----Inline Attachment Follows----- The .body file is one of the files used by the FileStore, it is useful only if you want the engine to be able to respond to resend requests. When I want to get rid of this file, I use the MemoryStoreFactory and/or put PersistMessages=N in the configuration file. Better performance, less disk space consumption, but no message retransmission. On Feb 8, 2008 3:53 PM, Dan Guo <dua...@ya...> wrote: QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/html/index.html QuickFIX Support: http://www.quickfixengine.org/services.html Hello! I use QuickFix for our trading. I run multiple instances, each with a FIX session. I notice in a typical day, each instance generates a huge log file named FIX.4.2.xxxx(our firm name).body. It can be about 100MB each. I tried to use ScreenLogFactory(false, false, true). It however did not decrease the log file size. ScreenLogFactory( bool incoming, bool outgoing, bool event ). Does anyone have similiar issue and have a solution? thank you very much, Dan ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Quickfix-users mailing list Qui...@li... https://lists.sourceforge.net/lists/listinfo/quickfix-users -----Inline Attachment Follows----- ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ -----Inline Attachment Follows----- _______________________________________________ Quickfix-users mailing list Qui...@li... https://lists.sourceforge.net/lists/listinfo/quickfix-users |