Reputation: 11
I am unable to resolve the error below.
toAdmin: Message=8=FIXT.1.1|9=151|**35=3**|34=510|49=BETA_1|52=20240229-12:47:30.600|56=Beta_2|129=BRIDGE|45=540|**58=SendingTime accuracy problem**|371=52|372=8|373=10|10=003|
toAdmin: Message=8=FIXT.1.1|9=113|**35=5**|34=511|49=BETA_1|52=20240229-12:47:30.600|56=Beta_2|**58=SendingTime accuracy problem, field=52**|10=160|
toAdmin: Message=8=FIXT.1.1|9=151|**35=3**|34=512|49=BETA_1|52=20240229-12:47:30.600|56=Beta_2|129=BRIDGE|45=541|**58=SendingTime accuracy problem**|371=52|372=8|373=10|10=006|
toAdmin: Message=8=FIXT.1.1|9=113|35=5|34=513|49=BETA_1|52=20240229-12:47:30.601|56=Beta_2|58=SendingTime accuracy problem, field=52|10=163|
toAdmin: Message=8=FIXT.1.1|9=151|35=3|34=514|49=BETA_1|52=20240229-12:47:30.601|56=Beta_2|129=BRIDGE|45=542|58=SendingTime accuracy problem|371=52|372=8|373=10|10=010|
toAdmin: Message=8=FIXT.1.1|9=113|35=5|34=515|49=BETA_1|52=20240229-12:47:30.601|56=Beta_2|58=SendingTime accuracy problem, field=52|10=165|
toAdmin: Message=8=FIXT.1.1|9=151|35=3|34=516|49=BETA_1|52=20240229-12:47:30.601|56=Beta_2|129=BRIDGE|45=543|58=SendingTime accuracy problem|371=52|372=8|373=10|10=013|
toAdmin: Message=8=FIXT.1.1|9=113|35=5|34=517|49=BETA_1|52=20240229-12:47:30.601|56=Beta_2|58=SendingTime accuracy problem, field=52|10=167|
fromAdmin: Message=8=FIXT.1.1|9=71|35=0|34=544|49=Beta_2|52=20240229-12:45:48.269|56=BETA_1|10=020|
I can't find anything on internet that can help.
I already verified both solutions below, but it'sn't the source of the problem :
I don't think I need to add CheckLatency for my case since I get this error only few times.
If you have any suggestion, I will be very open to try it.
Upvotes: 0
Views: 570
Reputation: 880
Try setting this flag to False: CheckLatency=N
From Quickfix the documentation:
If set to Y, messages must be received from the counterparty within a defined number of seconds (see MaxLatency). It is useful to turn this off if a system uses localtime for it's timestamps instead of GMT.
Upvotes: 0