[Quickfix-developers] Re: SendingTime accuracy
Brought to you by:
orenmnero
From: Miller, O. <OM...@ri...> - 2003-08-29 16:20:20
|
You can set this in the configuration file. See the MaxLatency and = CheckLatency settings in the documentation in configuration.html -------------------------- Sent from my BlackBerry Wireless Handheld -----Original Message----- From: Parag Tawde <PT...@tc...> To: Miller, Oren <OM...@ri...> CC: qui...@li... = <qui...@li...>; = qui...@li... = <qui...@li...> Sent: Fri Aug 29 11:12:11 2003 Subject: SendingTime accuracy=20 Hi Error : SendingTime accuracy Lib version:: Qfix 1.5.0 Language : C++ os: windows 2000 I am connecting to a remote FIX server. FIX libray when receives this message send by server, verifies the time. And generates the error SendingTime accuracy I observed that class Session has constructor which initalizes = maxLatency value to 120 and if the difference in the time on machine and the time set in the = header of the incomming message is > maxLatency then it rejects the message. I susspect that our server and my client machine clock are not in sink. Second why is it hard coded value 120 in Session constructor why I = cannot set through configuration file. And is it necessary to have this verification as per FIX protocol. Thanks Parag |