Question

i`m trying to make a quickfix initiator and acceptor connect to each other and just send a heartbeats. But no matter what i try it dont seems to work at all. I read all the documentation avaible but there isnt much and with almost no working examples. I tryed to run the executor that come with the engine but i cant manage to work it aswell. So if anyone can help with any information , books or sample code about this will be great. Thanks for all the help in advance.

Was it helpful?

Solution

I got caught out by the StartTime and EndTime settings. I had it working one day, then the next morning I started it and nothing happened. Went to lunch, came back and it was running. Exactly the same thing happened the next day and it turned out I had this in the session settings:

StartTime=12:00:00
EndTime=23:00:00

OTHER TIPS

Is your heartbeat time limit config set for the initiator.

HeartBtInt=5

Set it to the number of seconds after which a heartbeat message is sent to your acceptor. On receiving the heartbeat message the acceptor will send you back an acknowledgement, an admin message.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top