Re: [Quickfix-developers] New session when logon
Brought to you by:
orenmnero
|
From: <li...@ho...> - 2006-08-11 14:56:15
|
Hi, I have put in config file ResetOnLogout =Y ResetOnDisconnect =Y but the sequence is not reset. Lidia >From: Oren Miller <or...@qu...> >To: Lidia López Cuesta <li...@ho...> >CC: sri...@fo..., qui...@li... >Subject: Re: [Quickfix-developers] New session when logon >Date: Fri, 11 Aug 2006 09:08:27 -0500 > >That's what you should probably use. That will reset the sequence numbers >with every logon attempt. > >--oren > >On Aug 11, 2006, at 7:24 AM, Lidia López Cuesta wrote: > >>QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/ >>html/index.html >>QuickFIX Support: http://www.quickfixengine.org/services.html >> >>Hi, >> >>The user can close the application when s/he wants. So, when the >>application >>is restarted, I would like to know all orders that I have done in the >>market >>this day. >> >>I don't know what is daily restart. >> >>What does "ResetOnLogon=Y" do? >> >>Lidia >> >> >>>From: "Scott Riopelle" <sri...@fo...> >>>To: Lidia López Cuesta <li...@ho...> >>>CC: <qui...@li...> >>>Subject: RE: [Quickfix-developers] New session when logon >>>Date: Fri, 11 Aug 2006 08:19:54 -0400 >>> >>>Do you have a daily restart at the same time? You can set the StartTime >>>and EndTime fields in the SESSION section of the config file to specify >>>the >>>duration of a session. >>> >>> >>>-----Original Message----- >>>From: qui...@li... >>>[mailto:qui...@li...] On Behalf Of >>>Lidia López Cuesta >>>Sent: Friday, August 11, 2006 7:29 AM >>>To: qui...@li... >>>Subject: [Quickfix-developers] New session when logon >>> >>>QuickFIX Documentation: >>>http://www.quickfixengine.org/quickfix/doc/html/index.html >>>QuickFIX Support: http://www.quickfixengine.org/services.html >>> >>>Hi all, >>> >>>I am trying to create a new session every time my application logon the >>>market. I have put in config file following lines: >>>ResetOnLogout =Y >>>ResetOnDisconnect =Y >>> >>>I have tried putting in Default and Session sections, but when I starts >>>the >>>application the message number sequence isn't 1. Does anyone know why? >>> >>>I want this because in MEFF documentation said that if a new session is >>>started, market will send information about all orders that you had in >>>previous session, all of them included the cancelled ones. If this is >>>not >>>correct, then I would like to know, as the today's topic 1, how to >>>obtain >>>information about all my today orders at the beginning of the connexion. >>>Someone told me that I can use TradeCaptureReportRequest message, but >>>I'm >>>not sure. >>> >>>I am using version 1.12.1 and developing with VB .NET. >>>Lidia >>> >>> >>> >>>--------------------------------------------------------------------- >>>---- >>>Using Tomcat but need to do more? Need to support web services, >>>security? >>>Get stuff done quickly with pre-integrated technology to make your job >>>easier >>>Download IBM WebSphere Application Server v.1.0.1 based on Apache >>>Geronimo >>>http://sel.as-us.falkag.net/sel? cmd=lnk&kid=120709&bid=263057&dat=121642 >>>_______________________________________________ >>>Quickfix-developers mailing list >>>Qui...@li... >>>https://lists.sourceforge.net/lists/listinfo/quickfix-developers >> >> >> >>---------------------------------------------------------------------- --- >>Using Tomcat but need to do more? Need to support web services, security? >>Get stuff done quickly with pre-integrated technology to make your job >>easier >>Download IBM WebSphere Application Server v.1.0.1 based on Apache >>Geronimo >>http://sel.as-us.falkag.net/sel? cmd=lnk&kid=120709&bid=263057&dat=121642 >>_______________________________________________ >>Quickfix-developers mailing list >>Qui...@li... >>https://lists.sourceforge.net/lists/listinfo/quickfix-developers >> > |