forwardToJson Method    Table of ContentToRawFixString Method forward
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.11.0.0
Syntax
C#
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: String
JSON representation of the message.
See Also