Parses the raw FIX message string 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( string rawMessage ) |
Visual Basic |
---|
Public Sub New ( _ rawMessage As String _ ) |
Visual C++ |
---|
public: Message( String^ rawMessage ) |
Parameters
- rawMessage
- Type: System..::..String
the raw FIX message string (in the <tag>=<value> format)