FieldDescription Constructor (FixVersion, String, Int32, Boolean, ArrayList)

FIX Antenna .NET Programmer's Guide
Constructor for repeating group field

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

public FieldDescription(
	FixVersion version,
	string msgType,
	int tag,
	bool isRequired,
	ArrayList groupLeadingFields
)

Parameters

version
Type: com.b2bits.FIXAntennaFixVersion
Version of fix protocol
msgType
Type: SystemString
message type
tag
Type: SystemInt32
Field number
isRequired
Type: SystemBoolean
true if field is required. false otherwise.
groupLeadingFields
Type: System.CollectionsArrayList
Colection of the Group leading fields (FieldDescription)
See Also

Reference