[Quickfix-developers] SendingTime accuracy problem -> Computer Time
Brought to you by:
orenmnero
|
From: <li...@ho...> - 2006-07-11 16:48:01
|
I have figured out that the problem was my computer time. When I sent the logon message the sending time on my computer 15:27:48, and the sending time confirmation is 15:31:21. I would like to know where is checked and how can 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 created a class which inherits from MessageCracker and implements Application Interface. When I create the SocketInitiator, a logon message is sent automatically, and few seconds after I receieve a onLogout message and I don't know why. I have tried to connect directly to the market using a telnet and the same 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=FIX.4.4,9=119,35=A,34=1,49=A880,52=20060711-15:27:48,56=MEFF,50=351,57=M3,98=0,108=30,464=Y,553=A880351,554=test.meff,789=1,5680=1.0,10=125, 8=FIX.4.4,9=94,35=A,34=1,52=20060711-15:31:21,49=MEFF,50=M3,56=A880,57=351,98=0,108=30,5680=T1.0,464=Y,789=2,10=217, 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 |