Re: [Quickfix-developers] SENDINGTIME ACCURACY PROBLEM
Brought to you by:
orenmnero
From: Eranga S. <PE...@ri...> - 2008-06-10 10:25:00
|
Hi, 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----- From: Facchetti - Kline [mailto:s.f...@kl...] Sent: Tue 6/10/2008 1:36 PM To: qui...@li... Subject: [Quickfix-developers] SENDINGTIME ACCURACY PROBLEM QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/html/index.html QuickFIX Support: http://www.quickfixengine.org/services.html 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 |