RE: [Quickfix-developers] Multiple sessions with different start and end times
Brought to you by:
orenmnero
From: Brendan B. B. <br...@ka...> - 2004-10-27 15:06:29
|
On Mon, 25 Oct 2004 "Shamanth" <sha...@in...> wrote: Shamanth, The way I handled this was to configure QF for a single session beginning at the start of the 1st session and ending at the end of the last session. I started and stopped each 'interior' session via Application::run() which would detect the end of a session and an outer loop which would detect the start of a session and start QF. Regards, Brendan > I am using quickfix 1.8 > =20 > I have a provider who has some complex session timing settings. within a = > day, they start and stop the sessions at multiple times, but reset the = > sequence number only once. And also they are down on weekends. > =20 > I wanted to have multiple sessions configured for this provider with the = > same SenderCompID, TargetCompID and BeginString, But each of these = > sessions would have different starttime and endtime. > =20 > Problem: Sequence numbers get reset everytime any of the session's = > starttime/endtime is crossed. Is it possible to configure quickfix not = > to reset the sequence numbers based on starttime and endtime. > =20 |