[QFJ-440] 58=SendingTime accuracy problem Created: 02/Jun/09 Updated: 20/Mar/11 Resolved: 20/Mar/11 |
|
Status: | Closed |
Project: | QuickFIX/J |
Component/s: | None |
Affects Version/s: | 1.4.0 |
Fix Version/s: | None |
Type: | Other | Priority: | Critical |
Reporter: | Md Sarfaraz Asad Khan | Assignee: | Unassigned |
Resolution: | Fixed | Votes: | 0 |
Labels: | None | ||
Environment: |
RedHat Enterprise Linux AS (release 4) |
Description |
We are getting the message " SendingTime accuracy problem " whenever the trade volume increases in the fix server. Please suggest me as soon as posible because my application is going through a very critical phase |
Comments |
Comment by Toli Kuznets [ 02/Jun/09 ] |
This usually happens (in my experience) when the clock on your FIX client is more than 30secs away from the clock on the FIX server. can you make sure that your clock is synchronized (using NTP, for example)? and try again in that case? |
Comment by Md Sarfaraz Asad Khan [ 02/Jun/09 ] |
Thanks for reply Toli Kuznets yes the clock is synchronized and NTP is working fine on both the server . Note :- when ever we are hitting fix gateway we are trying to capture all trades till that time. that means : if i hit gateway at 9:30 – i fetch all trades till 9:30 (100 let) if i hit gateway at 10:30 – i fetch all trades till 10:30 (100 of 9:30+100 trads between 9:30 to 10:30 let) and so on till 2:30 when trade volume increases 6500 then the following error occoures : " SendingTime accuracy problem " |
Comment by Md Sarfaraz Asad Khan [ 05/Jun/09 ] |
clock is synchronized and NTP is working fine on both the server . |