cTrader Server Response with SendingTime accuracy problem

Created at 10 Dec 2019, 23:28
How’s your experience with the cTrader Platform?
Your feedback is crucial to cTrader's development. Please take a few seconds to share your opinion and help us improve your trading experience. Thanks!
HO

HOMERUN

Joined 18.11.2015

cTrader Server Response with SendingTime accuracy problem
10 Dec 2019, 23:28


Hi,

 

Not sure why server response like that.

 

As you can see in the log, time message was sent * received (UTC) is 21:02:17 but server is response with time 21:19:51

 

20191210-21:02:17.210304000 : 8=FIX.4.49=8535=A34=149=icmarkets.333284852=20191210-21:02:17.20656=cServer98=0108=30141=Y10=095

20191210-21:02:17.249169000 : 8=FIX.4.49=13235=534=149=cServer52=20191210-21:19:51.69456=icmarkets.333284858=Invalid Logon message: SendingTime accuracy problem, field=5210=254

 

[Edit]

Now I got it. It just my PC time is not correct...


@HOMERUN
Replies

knightramza
23 Dec 2019, 04:57

login help

 

I'm sorry, I'm a beginner in this world of FIX API and I'm starting with the login, I create the text string perfectly as the manuals indicate but I still have a doubt, do I have to send the text string in ASCII format? Do you have any example of how to do it in javascript or nodejs?


@knightramza

HOMERUN
26 Dec 2019, 06:38

RE: login help

knightramza said:

 

I'm sorry, I'm a beginner in this world of FIX API and I'm starting with the login, I create the text string perfectly as the manuals indicate but I still have a doubt, do I have to send the text string in ASCII format? Do you have any example of how to do it in javascript or nodejs?

Hi,

I don't know if there is any javascript/nodejs implementation, but here https://github.com/quickfix/quickfix c++ implementation. There are also python, golang, java as far as I know.

I myself starting with python implementation of this also.

FYI:

https://www.spotware.com/pdf/cTraderFixApi_v2.16.pdf

 

I would be love to help if I can, but might need more info about problem your are facing.


@HOMERUN