What could be the reason for 35=5 when I tried to login to FIX server?

Created at 17 Dec 2018, 05:22
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!
NE

netread2004

Joined 26.12.2017

What could be the reason for 35=5 when I tried to login to FIX server?
17 Dec 2018, 05:22


I am using part of FIX API sample application where I am trying to login to cTrader account.

I have new VPS and I installed VS2017 and trying to use FIX API sample code to login and to send trading messages to my cTrader account on FIBO group trader. I get 35=5 reject message after I send 35=A. Not sure why.

 

Here are the sent and received messages:

2018.12.17 03:11:22.917 EURUSD,M1: ReceivedText : 8=FIX.4.4 9=167 35=5 34=1 49=cServer 50=QUOTE 52=20181217-03:15:06.259 56=fibo.3055614 57=TRADE1 58=Tried to send a reject while not logged on: SendingTime accuracy problem (field 0) 10=089 

2018.12.17 03:11:22.917 EURUSD,M1: SendText : 8=FIX.4.4 9=120 35=A 49=fibo.3055614 56=cServer 57=QUOTE 50=TRADE1 34=3 52=20181217-11:11:22 98=0 108=30 141=Y 553=3055614 554=qwerty12 10=066 

 

With the same crdential I am able to login and trade with the same cTrader from my local computer.  Not sure what could be the issue here.

Please give me some insight into this to resolve this issue soon.

Thanks

 


@netread2004
Replies

PanagiotisCharalampous
17 Dec 2018, 11:42

Hi netread2004,

It seems that the sending time is 8 hours ahead of the logged time and the receiving time. Could that be the issue?

Best Regards,

Panagiotis


@PanagiotisCharalampous

netread2004
17 Dec 2018, 12:48

Yup, 

I changed my VPS local time appropriatly and now it is working.

Thanks you very much.

 


@netread2004