Returns collection of field descriptions that belong to the given message.

Namespace: FIXForge.NET.FIX
Assembly: FIXForge.NET.FIX.Engine-net-3.5 (in FIXForge.NET.FIX.Engine-net-3.5.dll) Version: 2.79.1.0

Syntax

C#
public FieldInfo[] GetMessageFields(
	string type
)
Visual Basic
Public Function GetMessageFields ( _
	type As String _
) As FieldInfo()
Visual C++
public:
array<FieldInfo^>^ GetMessageFields(
	String^ type
)

Parameters

type
Type: System..::..String
Message type (MsgType <35> field)

Return Value

Collection of field descriptions

See Also