Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 C++ 中使用过 quickfix。我正在尝试使用 python 版本。文档似乎有点稀疏,所以我希望得到一些关于相同的信息。我有一个模拟器,它以各种协议(一些修复/一些非修复)组装一条消息。打开到服务器的 tcp 连接并发送这些消息。我正在考虑使用 quickfix 组装修复消息。我不想使用 quickfix 的客户端部分,只是组装修复消息的部分。这可以做到吗?即:api 是否支持从消息格式获取原始修复(然后可以通过 tcp 连接发送)。
谢谢并恭祝安康。
使用 message.ToString() 函数序列化消息。