I get no error but also no response in FIX API

Created at 18 May 2021, 15:43
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!
SH

shoaibmalek02

Joined 17.05.2021

I get no error but also no response in FIX API
18 May 2021, 15:43


I'm trying to connect to Spotware FIX API with python. It seems that the server just doesn't want to send me any data back. I get no error but also no response.

 

b'8=FIX.4.4|9=130|35=A|49=ctrader.3377142|56=CSERVER|50=QUOTE|57=QUOTE|34=1|52=2021518-12:40:00|98=0|108=30|141=Y|553=shoaibmalek02|554=********|10=087|'
<socket.socket fd=348, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=0, laddr=('192.000.0.000', 62841), raddr=('103.000.000.000', 5201)>


@shoaibmalek02
Replies

Spotware
18 May 2021, 16:17

Hi shoaibmalek02,

The message seems correct so make sure the password is correct as well. Also make sure you are using the correct host and port.

Best Regards,

Panagiotis 

Join us on Telegram


@Spotware

shoaibmalek02
19 May 2021, 07:51 ( Updated at: 19 May 2021, 07:52 )

Hi Panagiotis,

Thank you for your response.

I send request with the correct password, host, and port number. But I don't know why I don't get any response.

Thanks & Regards,

Shoaib Malek


@shoaibmalek02

PanagiotisCharalampous
19 May 2021, 08:22

Hi Shoaib,

You can try our FIX API example as well, which works fine if you use the correct credentials.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

... Deleted by UFO ...