Click or drag to resize

FixEngineGetFieldName Method

Returns name of the field

Namespace: com.b2bits.FIXAntenna
Assembly: FIXAntenna_net4.8 (in FIXAntenna_net4.8.dll) Version: 2.32.0.0
Syntax
public static string GetFieldName(
	FixVersion version,
	int appVerID,
	int tag
)

Parameters

version  FixVersion
FIX protocol version
appVerID  Int32
Application version id
tag  Int32
Number of the tag

Return Value

String
Name of the field
See Also