Re: [Quickfix-developers] EOD
Brought to you by:
orenmnero
From: Oren M. <or...@qu...> - 2004-08-06 10:27:37
|
Hi Eddy, Support for week long sessions was checked in to the repository last week. It has a lot of unit tests, and is looking good, but I'm waiting for some extra verification before I give it a gold star. You can give the CVS version a shot if you like. It introduces a StartDay and EndDay field which are designated by days of the week. Otherwise, the easiest thing to do would be to modify isSameSession and isSessionTime to always return true. This should guarantee that QuickFIX will never reset on it's own. Then you can either use cron to clear out the files whenever you like, or call the reset() method on the session yourself anytime you like. The later method will work for any message store such as for MySQL or custom ones. --oren On Aug 6, 2004, at 1:28 AM, Van Gelder Eddy (KATO 2) wrote: > QuickFIX Documentation: > http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX FAQ: http://www.quickfixengine.org/quickfix/doc/html/FAQ.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > Hi Oren, > > how can I configure the QF1.8.0 so that no EOD is made? > Basically I want to start and stop from cron ( Local Time ) and be > independent from the EndTime, StartTime. > I tried using start and stop as 00:00:00 , but this forces the > sequence number to be reset. Can I use the weeklong session ? > > Rgds, > > Eddy > > BTW : Great job on the QF180, thanks ! > > > ------------------------------------------------------- > This SF.Net email is sponsored by OSTG. Have you noticed the changes on > Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, > one more big change to announce. We are now OSTG- Open Source > Technology > Group. Come see the changes on the new OSTG site. www.ostg.com > _______________________________________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers > |