Re: [Quickfix-developers] SENDINGTIME ACCURACY PROBLEM
Brought to you by:
orenmnero
From: Facchetti - K. <s.f...@kl...> - 2008-06-10 12:14:17
|
I'm running only the initiator. My FIX client machine is syncronize with time server as well FIX server machine. The third party FIX server can't disable sending time control. I attach my quickfix log. As you can see, I send only 19th SecurityDefinitionRequest, and while replies are preocessed, I receive from the server "SENDINGTIME ACCURACY PROBLEM". Thanks, Stefano Eranga Samararathne ha scritto: > > If you are running your initiator and acceptor in two separate > machine, then make sure to synchronize time. > There are few other option available to resolve this issue. > > E.g: You can set "CheckLatency=N" property in your QuickFix > configuration file. > > For more infor read the QuickFix documentation > http://www.quickfixengine.org/quickfix/doc/html/configuration.html > > Specially read about CheckLatency and MaxLatency sections. > > Regards, > > Eranga. > > > -----Original Message----- > > > If I send many messages with the initiator (I call sendToTarget method > in a loop), after some time, the server sends me this error message: > "SENDINGTIME ACCURACY PROBLEM". > I suppose that quickfix set the message's timestamp before putting it > in a queue.. If the queue is big (like in my case), there is a delay > in the message delivery. > > How can I do..? > > Thanks, > Stefano > |