Message.ToJson Method (String, String) |
Returns the JSON representation of the 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.12.0.0
Syntax public string ToJson(
string indent,
string endOfLineDelimiter
)
Parameters
- indent
- Type: System.String
The indent of each nested JSON object. - endOfLineDelimiter
- Type: System.String
Defines the end of line delimiter to be used.
Return Value
Type:
StringJSON representation of the message.
See Also