Topics
07 Jun 2024, 13:58
 174
 2
Replies

Dussik
09 Jun 2024, 11:37 ( Updated at: 10 Jun 2024, 05:59 )

RE: Message length

regarding the answer.
To debug, I used the reading method readln. It reads the entire line down to the character #13

That's my mistake. I fixed it and got the answer. The same problem occurred when the message was formed correctly.
I fixed this and all other issues were resolved.
Thank you

Hi there,

It's not impossible that the example message has a mistake. The project below includes an example of this calculation and it works correctly. Have a look at it.

https://github.com/spotware/FIX-API-Sample

Regarding server response, if your message in not a well formatted fix message, you should not expect a response.

Best regards,

Panagiotis

 


@Dussik