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 attributes fixTag and name of the RepeatingGroup element reference NumInGroup fields. there are two issues with that:
TotNoOrders(68) is not a NumInGroup field. It is a field outside of the group of list orders to support fragmentation.
Repeating groups were only initially (FIX 4.2) identified by their NumInGroup fields. They now have names to ensure uniqueness across different repeating groups using the same NumInGroup field.
The total number of orders in a strategy is a different kind of information than a reference to a repeating group. It may make sense to split that into two attributes, e.g. fixNumInGroup (for the FIX tag number) and @fixSizeRef (for the FIX tag containing the actual number of instances). Maybe it is also sufficient to adjust the description as it is not always a NoXXX tag.
The text was updated successfully, but these errors were encountered:
The attributes fixTag and name of the RepeatingGroup element reference NumInGroup fields. there are two issues with that:
The total number of orders in a strategy is a different kind of information than a reference to a repeating group. It may make sense to split that into two attributes, e.g. fixNumInGroup (for the FIX tag number) and @fixSizeRef (for the FIX tag containing the actual number of instances). Maybe it is also sufficient to adjust the description as it is not always a NoXXX tag.
The text was updated successfully, but these errors were encountered: