Click or drag to resize

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

Constructor for repeating group field

Namespace: com.b2bits.FIXAntenna
Assembly: FIXAntenna_net4.8 (in FIXAntenna_net4.8.dll) Version: 2.32.0.0
Syntax
public FieldDescription(
	FixVersion version,
	string msgType,
	int tag,
	bool isRequired,
	ArrayList groupLeadingFields
)

Parameters

version  FixVersion
Version of fix protocol
msgType  String
message type
tag  Int32
Field number
isRequired  Boolean
true if field is required. false otherwise.
groupLeadingFields  ArrayList
Colection of the Group leading fields (FieldDescription)
See Also