本文介绍了解析FIX消息的最佳方法?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何使用python解析FIX消息?(FIX消息与金融" FIX协议中的相同)

How do you parse a FIX message using python ?(FIX message as in the 'financial' FIX Protocol)

推荐答案

您是说使用QuickFIX吗? (我可以在您的标签中看到QuickFIX)

do you mean by using QuickFIX ? (I can see QuickFIX in your tags)

如果是这样,我不知道.通常,为FIX消息编写一个简单的解析器并不难.我发现有效修复程序上的网络工具可以完成这项工作.

if that is the case, I don't know. Generally it's not difficult to write a simple parser for a FIX message.I found that the web tools on valid fix do the job.

这篇关于解析FIX消息的最佳方法?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-10 09:00