QuickFix 引擎接受器和引发器

发布于 2024-12-25 22:11:45 字数 157 浏览 1 评论 0原文

我正在尝试使快速修复发起者和接受者相互连接并仅发送心跳。但无论我尝试什么,它似乎根本不起作用。我阅读了所有可用的文档,但内容不多,而且几乎没有工作示例。我尝试运行引擎附带的执行器,但我也无法运行它。因此,如果任何人都可以提供有关这方面的任何信息、书籍或示例代码,那就太好了。感谢您提前提供的所有帮助。

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.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

北渚 2025-01-01 22:11:45

我被 StartTime 和 EndTime 设置搞糊涂了。有一天我让它工作,然后第二天早上我开始它,但什么也没发生。去吃午饭,回来后就开始运行了。第二天发生了完全相同的事情,结果我在会话设置中有这个:

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

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
酷遇一生 2025-01-01 22:11:45

您是否为启动器设置了心跳时间限制配置。

HeartBtInt=5

将其设置为心跳消息发送到您的接受者之前的秒数。接收到心跳消息后,接受者将向您发送一条确认消息,即管理消息。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文