Returns the field value as a byte array if it is present or null value otherwise.
Namespace: FIXForge.NET.FIXAssembly: 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
Exception | Condition |
---|---|
FIXForge.NET.FIX..::..EngineException | The field does not belong to the message. |