Returns the message name by the given message type.

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 string MessageNameByType(
	string type
)
Visual Basic
Public Function MessageNameByType ( _
	type As String _
) As String
Visual C++
public:
String^ MessageNameByType(
	String^ type
)

Parameters

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

Return Value

Message name

See Also