GroupInstance.ToString Method (Char) |
Returns the <tag>=<value> representation of the group instance using the given delimiter.
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 ToString(
char delimiter
)
Parameters
- delimiter
- Type: System.Char
Delimiter between the <tag>=<value> pairs.
Return Value
Type:
String
Raw FIX representation of the group instance.
See Also