forwardToXml Method    Table of ContentUpdateBodyLengthAndCheckSum Method forward
Message.ToXml Method (String, String)
Returns the XML 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 ToXml(
	string indent,
	string endOfLineDelimiter
)

Parameters

indent
Type: System.String
The indent of each nested XML node.
endOfLineDelimiter
Type: System.String
Defines the end of line delimiter to be used.

Return Value

Type: String
XML representation of the message.
See Also