Re: [Quickfix-developers] Session Problem
Brought to you by:
orenmnero
From: Oren M. <or...@qu...> - 2004-09-16 11:22:04
|
Call Session::logout to fully disable the session, and Session::logon when you want to reactivate it. In the future we are looking at was to specify multiple time ranges for a day from the configuration file. --oren On Sep 16, 2004, at 5:12 AM, Shamanth wrote: > Hi > > We have a provider, whose Session starts at "22:30:00" GMT and stops > at "21:00:00"GMT, but the provider resets the sequence numbers only at > "00:00:00" GMT. > > So we have set our StartTime and EndTime at 00:00:00, so that the > sequence numbers get reset at that time. > > But the problem is that, our quickfix instance will keep sending > Logon requests to the Provider between "21:00:00GMT" to "22:30:00GMT", > i.e. when the provider is down. We want to avoid this. > > Can anyone suggest a solution for this. > > thanks > R Shamanth |