Click or drag to resize

GroupEntryGetGroup Method

Returns the nested FIX Repeating Group.

Namespace: com.b2bits.FIXAntenna
Assembly: FIXAntenna_net4.8 (in FIXAntenna_net4.8.dll) Version: 2.32.0.0
Syntax
public Group GetGroup(
	int tag
)

Parameters

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

Return Value

Group
Nested FIX Repeating Group
See Also