Decoder.Decode Method (Byte[], Message) |
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,
Message message
)
Parameters
- buffer
- Type: System.Byte[]
Source FAST stream chunk. - message
- Type: FIXForge.NET.FIX.Message
Message to reuse.
Return Value
Type:
MessageThe input FIX message modified in accordance to the input data, or null if the message cannot be decoded.
See Also