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.
我们正在使用 QuickFix/n 源代码在 .Net Core 中实现 FIX 引擎。QuickFix/n 有一个 Web 界面来管理会话。有没有办法查看会话的所有传入和传出消息?
谢谢你。
我最终将所有原始消息写入每个会话的文件并显示在 Web 界面上。