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/J 中,它实现了组件块,例如 quickfix.fix43.component.Instrument。
QuickFIX/N 中不存在组件块,QuickFix c++ 版本中也不存在。为什么会这样?有什么快速的方法可以在 C# 中生成类吗?
QF 只是将它们(可以这么说)“内联”到消息结构中。
所有的领域都在那里。QF 只是懒得将它们包装在某种不必要的组件容器中。