次のようなグループを作成すると:
QuickFix.Group group = new QuickFix.Group(3, 50)
それは完璧に機能しています。次のようなグループを作成すると
QuickFix.Group group = new QuickFix.Group(73, 50)
// or
QuickFix.Group group = new QuickFix.Group(555, 600)
以下のような例外が発生しています。
Attempted to read or write protected memory.
This is often an indication that other memory is corrupt.
at FIX.FieldMap.{dtor}(FieldMap* )
at FIX.Message.{dtor}(Message* )
at FIX.Message.__vecDelDtor(Message* , UInt32 )
at QuickFix.Message.Finalize()
私は何を間違っていますか?