在 QuickFixGo 中读取 MD 组

Read MD groups in QuickFixGo

如何使用函数:

https://github.com/quickfixgo/quickfix/blob/master/field_map.go#L150

是否有人获得了展示如何实现 FieldGroupReader 接口的示例代码片段?

非常感谢

您很可能应该使用其中一种预定义的实现。比如https://godoc.org/github.com/quickfixgo/quickfix/fix44/massquote#NoPartyIDsRepeatingGroup

如果你想实现一个非标准组,你可以关注例如https://github.com/quickfixgo/quickfix/blob/102166066b60662e45cc963e405d281cd3e20101/fix44/massquote/MassQuote.generated.go#L3895