forwardErrorEventArgs Properties   Table of ContentReason Property forward
ErrorEventArgs.IncomingMessageBytes Property
Returns the raw incoming message if the error reason is INVALID_INCOMING_MESSAGE.

Namespace:  FIXForge.NET.FIX
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 ReceivedBytes IncomingMessageBytes { get; }

Property Value

Type: ReceivedBytes
See Also