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.
408
+
393
409
#### Encoding of repeating group dimensions
394
410
395
411
Conventionally in FIX, a NumInGroup field conveys the number of entries
@@ -416,6 +432,19 @@ Wire format of NumInGroup with block length 55 octets by 3 entries
416
432
417
433
`37000300`
418
434
435
+
#### Restricting repeating group entries
436
+
437
+
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
489
| 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
490
| 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. |
491
+
| 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