Re: [Quickfix-developers] Starting and Stopping FIX session
Brought to you by:
orenmnero
|
From: Oren M. <or...@qu...> - 2007-03-01 20:43:10
|
This actually might work if you use the SessionQualifier to differentiate between the sessions. --oren On Mar 1, 2007, at 1:49 PM, Andrew Culross wrote: > QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/ > html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > Would the idea here be to have multiple sessions in the > configuration file that would run for a day (or so) each ? > > Something like: > > [SESSION] > BeginString=FIX.4.2 > SenderCompID=blahblah > TargetCompID=blahblah > SocketConnectPort=9876 > UseDataDictionary=Y > DataDictionary=FIX42.xml > StartDay = Sunday > StartTime=10:00:00 > EndTime=22:30:00 > EndDay = Monday > > > [SESSION] > BeginString=FIX.4.2 > SenderCompID=blahblah > TargetCompID=blahblah > SocketConnectPort=9876 > UseDataDictionary=Y > DataDictionary=FIX42.xml > StartDay = Monday > StartTime=23:00:00 > EndTime=22:30:00 > EndDay = Tuesday > > [SESSION] > BeginString=FIX.4.2 > SenderCompID=blahblah > TargetCompID=blahblah > SocketConnectPort=9876 > UseDataDictionary=Y > DataDictionary=FIX42.xml > StartDay = Tuesday > StartTime=23:00:00 > EndTime=22:30:00 > EndDay = Wednesday > > [SESSION] > BeginString=FIX.4.2 > SenderCompID=blahblah > TargetCompID=blahblah > SocketConnectPort=9876 > UseDataDictionary=Y > DataDictionary=FIX42.xml > StartDay = Wednesday > StartTime=23:00:00 > EndTime=22:30:00 > EndDay = Thursday > > [SESSION] > BeginString=FIX.4.2 > SenderCompID=blahblah > TargetCompID=blahblah > SocketConnectPort=9876 > UseDataDictionary=Y > DataDictionary=FIX42.xml > StartDay = Thursday > StartTime=23:00:00 > EndTime=22:30:00 > EndDay = Friday > > [SESSION] > BeginString=FIX.4.2 > SenderCompID=blahblah > TargetCompID=blahblah > SocketConnectPort=9876 > UseDataDictionary=Y > DataDictionary=FIX42.xml > StartDay = Friday > StartTime=23:00:00 > EndTime=09:30:00 > EndDay = Sunday > -----Original Message----- > From: qui...@li... > [mailto:qui...@li...] On > Behalf Of Andrew Culross > Sent: Thursday, March 01, 2007 12:48 PM > To: qui...@li... > Subject: [Quickfix-developers] Starting and Stopping FIX session > > Hello all, > > I know about the StartTime and EndTime paramaters in the > configuration file, but how would you set-up a schedule like the > following > > Monday - Thursday - Session stops at 5:30pm and Session starts at > 6:00pm > Friday - Session stops at 5:30pm > Sun - Session starts at 10am > > If I set my Start and End times to (assume times are all UTC) > > StartTime = 18:00:00 > EndTime = 17:30:00 > > I will not cover the Sun session start of 10am > > Thanks ! > > Andrew Culross > TwoFour Systems, LLC > 445 Hamilton Ave, 1106 > Whilte Plains, NY 10601 > +1 (914) 220-8849 Direct > +1 (914) 220-8800 Main > +1 (914) 220-8899 Fax > http://www.twofour.com/emailDisclaimer.aspx > > ---------------------------------------------------------------------- > --- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to > share your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php? > page=join.php&p=sourceforge&CID=DEVDEV________________________________ > _______________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers |