FixMessageGetGroup Method

FIX Antenna .NET Programmer's Guide
Returns the FIX Repeating Group.

Namespace:  com.b2bits.FIXAntenna
Assembly:  FIXAntenna_net4.8 (in FIXAntenna_net4.8.dll) Version: 2.31.0.0
Syntax

public Group GetGroup(
	int tag
)

Parameters

tag
Type: SystemInt32
The FIX tag that defines the group (the corresponding field usually indicates how many repeating groups are in the set)

Return Value

Type: Group
Returns the repeating group instance by leading field tag number.
Exceptions

ExceptionCondition
ApplicationException if the method cannot be performed (e.g. the given group is not defined for this message type).
Remarks

If the group exists for this type of message (according to the FIX protocol) but is not present in this message then this method returns . If the group does not exist for this type of message then the method throws an exception.
See Also

Reference