开源 FIX 客户端模拟器

发布于 2024-08-23 18:11:47 字数 151 浏览 2 评论 0原文

我想为我们公司测试一个 FIX 网关,并且想知道开源中是否已经存在任何我可以使用或可能利用的东西来完成此任务。

我目前正在研究 QuickFix,但我不确定它是否有一个可用于任何标准 FIX 网关的客户端。

另外,我们将不胜感激有关该主题的任何学习材料的链接。

I want test a FIX gateway for our company and was wondering if anything in opensource already exists that I can use or perhaps leverage to complete this task.

I am currently looking at QuickFix but I am not sure if it has a client that can be used against any standard FIX gateway.

Also links to any learning material that exist on this topic would be appreciated.

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

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

发布评论

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

评论(3

乖乖 2024-08-30 18:11:48

QuickFIXengine 代码附带了几个示例,请参阅示例

您可能需要 tradeclient 来发送消息。它是一个命令行工具,可将 FIX 消息发送到服务器。

您可以使用ordermatch示例启动简单的FIX服务器,该服务器将交叉订单并将ExecutionReports发送回您的客户端。

对于所有示例应用程序,您需要提供一个配置文件来启动。只需按照 quickfixengine 网站上的说明进行操作即可,请参阅示例配置文件。您的客户端将是发起者和服务器接受者

我一直在大量使用这些示例应用程序来测试,尤其是 ordermatcher,我已经更新了我的应用程序来处理修改订单并分离股票/期货/期权符号等。

tradeclient 使用屏幕记录器,因此您应该在命令行上看到所有传出和传入的消息。

QuickFIXengine code comes with couple of examples, see examples

You probably want tradeclient for sending messages. It is a command line tool that will send FIX messages to server.

You can use the ordermatch example to start up simple FIX server which will cross orders and send ExecutionReports back to your client.

For all example applications you need to provide a config file to startup up. Just follow the instructions at quickfixengine web site, see example config file. Your client will be initiator and server acceptor.

I've been using those example apps heavily for testing especially the ordermatcher, I've updated mine to handle amend orders and separates stock/futures/options symbols and so on.

The tradeclient uses screen logger so you should see all the outgoing and incoming messages on the command line.

静谧幽蓝 2024-08-30 18:11:48

有一个替代的 GUI 工具可以模拟客户端和服务器。它被称为MINI FIX。人们可以按照他/她所看到的方式构建消息,或者使用代码与之对话并获得相应的响应。唯一的缺点是它仅适用于Windows。

There is an alternative GUI tool that allows to simulate both client and server. It is called MINI FIX. One can construct messages as he/she sees or use code to talk to it and get respective response. The only downside is that it is Windows only.

三生池水覆流年 2024-08-30 18:11:48

QuickFIX 可用于向 FIX 服务器/网关发送符合标准的消息(具有不同的安全级别//使用强安全性:-)。

QuickFix 在其网站上有很好的示例代码: http://www.quickfixengine.org /quickfix/doc/html/sending_messages.html

QuickFIX can be used to send standard-compliant messages (with different safety-levels//use strong safety:-) to FIX servers/gateways.

quickfix has nice sample code on its site: http://www.quickfixengine.org/quickfix/doc/html/sending_messages.html

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