forwardClone Method    Table of ContentCompareType Method forward
Message.CloneTo Method
Copies the current instance to the existing destination object.

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.10.1.0
Syntax
C#
public void CloneTo(
	Message destination
)

Parameters

destination
Type: FIXForge.NET.FIX.Message
The existing destination object.
See Also