[Quickfix-developers] SendingTime accuracy
Brought to you by:
orenmnero
From: Parag T. <PT...@tc...> - 2003-08-29 16:12:58
|
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 |