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.12.0.0
Syntax public Message Decode(
byte[] buffer
)
Parameters
- buffer
- Type: System.Byte[]
Source FAST stream chunk.
Return Value
Type:
MessageDecoded FIX message or null if the message cannot be decoded.
See Also