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