You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The number of entries may be restricted to a specific range; see "Restricting repeating group entries" below.
396
+
393
397
#### Encoding of repeating group dimensions
394
398
395
399
Conventionally in FIX, a NumInGroup field conveys the number of entries
@@ -416,6 +420,19 @@ Wire format of NumInGroup with block length 55 octets by 3 entries
416
420
417
421
`37000300`
418
422
423
+
#### Restricting repeating group entries
424
+
425
+
The occurrences of a repeating group may be restricted to a specific range by modifying the numInGroup member of the group dimension encoding. The minValue attribute controls the minimum number of entries, overriding the default of zero, and the maxValue attribute restricts the maximum entry count to something less than the maximum corresponding to its primitiveType. Either or both attributes may be specified.
| Wrong message size in header | A message size value smaller than the actual message may cause a message to be truncated. |
460
477
| Wrong or unknown template ID in header | A mismatch of message schema would likely render a message unintelligible or cause fields to be misinterpreted. |
461
478
| Fixed-length field after repeating group or variable-length field | All fixed-length fields in the root of a message or in a repeating group entry must be listed before any (nested) repeating group or variable-length field. |
462
-
| Repeating group after variable-length field | All repeating groups at the root level or in a nested repeating group must be listed before any variable length field at the same level. |
479
+
| Repeating group after variable-length field | All repeating groups at the root level or in a nested repeating group must be listed before any variable length field at the same level. |
0 commit comments