FlatMessage.Reset Method (String) |
Resets the instance to the new tag=value form.
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.12.0.0
Syntax public void Reset(
string rawMessage
)
Parameters
- rawMessage
- Type: System.String
The raw FIX message string (in the <tag>=<value> format).
See Also