quickfix icon indicating copy to clipboard operation
quickfix copied to clipboard

validateVisitGroupField missing to interate to next field for else case, which fault lead "Incorrect NumInGroup"

Open gpmn opened this issue 6 years ago • 0 comments

https://github.com/quickfixgo/quickfix/blob/bbe42d9f62205321fa6b61c46f22fe073b814467/validation.go#L215

missing a line like this: fieldStack = fieldStack[1:]

fieldStack not iterated to it's next element, that's why quickfix raised such error "Incorrect NumInGroup count for repeating group"

this is the original:

https://github.com/quickfixgo/quickfix/issues/365

gpmn avatar Mar 01 '19 16:03 gpmn