Returns the field value as a byte array 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 byte[] GetByteArray(
	int tag
)
Visual Basic
Public Function GetByteArray ( _
	tag As Integer _
) As Byte()
Visual C++
public:
array<unsigned char>^ GetByteArray(
	int tag
)

Parameters

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

Return Value

Field value as byte array.

Exceptions

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

See Also