0

如何使用该功能:

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

有没有人有一个示例代码片段显示如何实现FieldGroupReader接口?

非常感谢

4

1 回答 1

1

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

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

于 2017-09-20T11:53:09.763 回答