forwardDecode Method    Table of ContentDecode Method (Byte[], Message)forward
Decoder.Decode Method (Byte[])
Decodes the given FAST stream chunk into the corresponding FIX Message.

Namespace:  FIXForge.NET.FIX.FAST
Assembly:  FIXForge.NET.FIX.Engine-net-4.8_x64 (in FIXForge.NET.FIX.Engine-net-4.8_x64.dll) Version: 4.10.1.0
Syntax
C#
public Message Decode(
	byte[] buffer
)

Parameters

buffer
Type: System.Byte[]
Source FAST stream chunk.

Return Value

Type: Message
Decoded FIX message or null if the message cannot be decoded.
See Also