Topics
Replies

sim.bianc.gns
08 Feb 2022, 11:52

RE: RE: RE:

amusleh said:

sim.bianc.gns said:

amusleh said:

Hi,

Did you tried on our FIX samples? and you can't have two FIX session at the same time, you can only have one active connected FIX session.

I didn't try it because I'm using python. I don't have any FIX session because I've never received any answer from the server (even in my personal area they are not registered).

The flow is that I connect through the module socket to the host name and port reported in the first message and then I send the Logon message in both socket. Is there anything else that I must do first?
 

Hi,

If you are using plain text host/port you can start sending messages after connection, only for SSL you need an extra authentication step before you start to send any message.

Most probably your message is not formatted correctly, that's why server is not returning any message back.

Do I have to send the Logon message in anycase in both sockets, right? Shouldn't I receive an answer if the login is done correctly? 

The fields are the same reported in the documentation, maybe in different position in respect to the example provided. Does it matter?
In addition, in the documentation the bodylenght is always 5 less than the correct value. Is there any other field which isn't included in the count? (Except for beginString, bodyLenght and checksum)


@sim.bianc.gns

sim.bianc.gns
07 Feb 2022, 11:00

RE:

amusleh said:

Hi,

Did you tried on our FIX samples? and you can't have two FIX session at the same time, you can only have one active connected FIX session.

I didn't try it because I'm using python. I don't have any FIX session because I've never received any answer from the server (even in my personal area they are not registered).

The flow is that I connect through the module socket to the host name and port reported in the first message and then I send the Logon message in both socket. Is there anything else that I must do first?
 


@sim.bianc.gns