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.12.0.0
Syntax public void CloneTo(
Message destination
)
Parameters
- destination
- Type: FIXForge.NET.FIX.Message
The existing destination object.
See Also