Returns the field value as string if it is present or null value otherwise.

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 Get(
	int tag
)
Visual Basic
Public Function Get ( _
	tag As Integer _
) As String
Visual C++
public:
String^ Get(
	int tag
)

Parameters

tag
Type: System..::..Int32
Tag number.

Return Value

Field value as string if it is present or null value otherwise.

Exceptions

ExceptionCondition
FIXForge.NET.FIX..::..EngineExceptionThe tag number does not belong to the message.

See Also