Click or drag to resize

FieldDescription(FixVersion, String, Int32, Boolean) Constructor

Constructor for data 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
)

Parameters

version  FixVersion
Version of fix protocol
msgType  String
message type
tag  Int32
Field number
isRequired  Boolean
true if field is required. false otherwise.
See Also