Re: [Quickfix-developers] SendingTime accuracy problem -> Computer Time
Brought to you by:
orenmnero
|
From: Shepheard, T. \(London\) <Tob...@ml...> - 2006-07-11 16:52:11
|
There is a CheckLatency and MaxLatency config option, see = http://www.quickfixengine.org/quickfix/doc/html/configuration.html#Valida= tion Try setting CheckLatency to N, or MaxLatency to something greater than = the time difference you're seeing (default is 120s which isn't enough in = your case) Regards Toby -----Original Message----- From: qui...@li... = [mailto:qui...@li...] On Behalf Of = Lidia L=F3pez Cuesta Sent: 11 July 2006 17:48 To: qui...@li... Subject: [Quickfix-developers] SendingTime accuracy problem -> Computer = Time QuickFIX Documentation: = http://www.quickfixengine.org/quickfix/doc/html/index.html QuickFIX Support: http://www.quickfixengine.org/services.html I have figured out that the problem was my computer time. When I sent = the=20 logon message the sending time on my computer 15:27:48, and the sending = time=20 confirmation is 15:31:21. I would like to know where is checked and how = can=20 I manage this diference of computer time. Lidia >>>>>>>>Previous message >>>>>> Hi all, I'm trying to use quickfix.dll and I have an extrange problem. I have=20 created a class which inherits from MessageCracker and implements=20 Application Interface. When I create the SocketInitiator, a logon = message is=20 sent automatically, and few seconds after I receieve a onLogout message = and=20 I don't know why. I have tried to connect directly to the market using a telnet and the = same=20 logon message works. So, I think that there is a problem in dll when the = logon confirmation is received, I think this because in messages log the = confirmation appears. Here are the messages and events log. messages.log (I have used , to separate field in this mail) 8=3DFIX.4.4,9=3D119,35=3DA,34=3D1,49=3DA880,52=3D20060711-15:27:48,56=3DM= EFF,50=3D351,57=3DM3,98=3D0,108=3D30,464=3DY,553=3DA880351,554=3Dtest.mef= f,789=3D1,5680=3D1.0,10=3D125, 8=3DFIX.4.4,9=3D94,35=3DA,34=3D1,52=3D20060711-15:31:21,49=3DMEFF,50=3DM3= ,56=3DA880,57=3D351,98=3D0,108=3D30,5680=3DT1.0,464=3DY,789=3D2,10=3D217,= event.log: 20060711-15:27:41 : Created session 20060711-15:27:41 : Connecting to 10.90.128.7 on port 8301 20060711-15:27:42 : Connection succeeded 20060711-15:27:49 : Initiated logon request 20060711-15:27:51 : Message 1 Rejected: SendingTime accuracy problem 20060711-15:27:51 : Tried to send a reject while not logged on 20060711-15:27:51 : Disconnecting I appreciate any help, 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=3Dlnk&kid=3D120709&bid=3D263057&dat=3D= 121642 _______________________________________________ Quickfix-developers mailing list Qui...@li... https://lists.sourceforge.net/lists/listinfo/quickfix-developers -------------------------------------------------------- If you are not an intended recipient of this e-mail, please notify the = sender, delete it and do not read, act upon, print, disclose, copy, = retain or redistribute it. Click here for important additional terms = relating to this e-mail. http://www.ml.com/email_terms/ -------------------------------------------------------- |