How to redefine QuickFix classes for custom groups?
问题 I am using QuickFix with Python to connect with an idiosyncratic data provider. They have defined a new repeating group NoChartData , which I cannot read because the way I define a group in QuickFix is, for example, group = fix42.MarketDataIncrementalRefresh().NoMDEntries() . When I replace NoMDEntries() with NoChartData() I get an attribute error because NoChartData() does not exist. I've got some vague idea that I need to rebuild the QuickFix classes, which I read about here: http:/