Parses the raw FIX message byte array and creates the corresponding class instance.
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 Message( byte[] rawMessage, Dialect dialect ) |
Visual Basic |
---|
Public Sub New ( _ rawMessage As Byte(), _ dialect As Dialect _ ) |
Visual C++ |
---|
public: Message( array<unsigned char>^ rawMessage, Dialect^ dialect ) |
Parameters
- rawMessage
- Type: array<System..::..Byte>[]()[][]
the raw FIX message byte array (in the <tag>=<value> format)
- dialect
- Type: FIXForge.NET.FIX..::..Dialect
Instance of FIX dialect to which message supposed to belong