|
From: Christoph J. <chr...@ma...> - 2022-01-04 15:33:41
|
Hi Ed, I think you are right. There does not seem to be a way to have a scheduled session that does not reset. You probably have no other possibility than using NonStopSession and do the scheduling in your application. Cheers, Chris. On 12.12.21 16:03, Eduardo Luis Sánchez-Ros Sánchez via Quickfixj-users wrote: > QuickFIX/J Documentation:http://www.quickfixj.org/documentation/ > QuickFIX/J Support:http://www.quickfixj.org/support/ > > > > Hi, > > We have an FIX adapter that transforms messages from FIX.4. 2 into FIX.5.0SP2 and back, between > two systems. > > On the initiator side, we're connected to an exchange that enforces on us continuous sessions, > which only get reset upon system restart. > > On the acceptor side, we have configures a daily session from 8:30 to 5, every week day, for our > clients. > > When the exchange is restarted (usually on weekends or after market hours) we are sent any opened > orders that were outstanding at the time. As the other side is usually not logged in, the adapter > keeps on retrying the messages until next day, when the clients log back in for the day session. > > I'm wondering if there is a way to logout or disconnect the continuous session, without resetting > the MsgSeqNum. > > I've tried these settings: > StartTime=08:30:00 > EndTime=17:00:00 > WeekDays=Mon,Tue,Wed,Thu,Fri > ResetOnLogon=N > ResetOnLogout=N > ResetOnDisconnect=N > ResetOnError=N > > but I think, as NonStopSession is not set and EndTime is set, the sequence is reset anyway. > > Thanks > Eduardo > > Sent from Yahoo Mail on Android > <https://go.onelink.me/107872968?pid=InProduct&c=Global_Internal_YGrowth_AndroidEmailSig__AndroidUsers&af_wl=ym&af_sub1=Internal&af_sub2=Global_YGrowth&af_sub3=EmailSignature> > > > _______________________________________________ > Quickfixj-users mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfixj-users -- Christoph John Software Engineering T +49 241 557080-28 chr...@ma... MACD GmbH Oppenhoffallee 103 52066 Aachen, Germany www.macd.com Amtsgericht Aachen: HRB 8151 Ust.-Id: DE 813021663 Geschäftsführer: George Macdonald |