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.12.0.0
Syntax 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:
StringXML representation of the message.
See Also