QuickFIX 还是 QuickFIX/J?
我可以使用 C 或 Java 进行开发。对于生产使用来说,哪种实现最稳定?什么实施是最积极开发的?
I can develop with either C or Java. What implementation is most stable for production use? What implementation is most actively developed?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您是 C 开发人员,请使用 C++ 库(Quickfix)。这两个库都不难掌握。我已经使用过它们,目前正在使用 QuickfixJ。优先考虑使用您最熟悉的语言的库。仔细阅读示例以使其更容易理解。 Java 示例有一个默认配置文件,但您需要为 C++ 示例编写自己的配置文件。
If you are a C developer, use the C++ library(Quickfix). Both libraries are not that difficult to grasp. I have used both of them and am currently using QuickfixJ. Give priority to that library, which uses the language you are most comfortable in. Have a go through the examples to make it easier to understand. Java examples have a default config file, but you would need to write you own config file for the C++ examples.