Re: [Quickfix-developers] StartDay/EndDay parameters question
Brought to you by:
orenmnero
From: Brian H. <BH...@Pe...> - 2009-03-03 20:20:40
|
We experienced the same problem. It is a bug in QuickFIX. I had to patch QuickFIX to support session start and stop on the same day. ------------------------------ Message: 7 Date: Wed, 25 Feb 2009 09:43:43 -0500 From: "Andrew Culross" <And...@Tw...> Subject: [Quickfix-developers] StartDay/EndDay parameters question To: <qui...@li...> Cc: 'Stephen Darcy' <ste...@tw...> Message-ID: <004b01c99757$76401570$62c04050$@Cu...@Tw...> Content-Type: text/plain; charset="us-ascii" I'm trying to set-up a week long session that starts/stops on the same day so I have something like: [SESSION] <blah blah> StartDay=su StartTime=12:00:00 EndDay=su EndTime=11:00:00 So I'm expecting the session to be down for an hour a week from 11 to 12 UTC. It restarts each night instead. I've used StartDay/EndDay parameters before with different days without any issue. (below works great) [SESSION] <blah blah> StartDay=fr StartTime=22:15:00 EndTime=14:10:00 EndDay=su Any idea what I'm doing wrong? I saw something about timezones in nabble - should I be specifying a timezone with StartDay/EndDay ? Thanks ! Andrew Culross Direct +1 (914) 220-8849 |