GroupEntries Property

FIX Antenna .NET Programmer's Guide
Returns group entry by index

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

public GroupEntry this[
	int index
] { get; }

Parameters

index
Type: SystemInt32
Nested Group's index (starts at 0)

Property Value

Type: GroupEntry
Group entry
See Also

Reference