forwardFlatMessage Constructor (ProtocolVersion, String, String, String, Byte[])   Table of ContentFlatMessage Propertiesforward
FlatMessage Constructor (ProtocolVersion, String, String, String, String)
Constructs an instance from the tag=value form without session-level details. Required tags will be added during the construction.

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 FlatMessage(
	ProtocolVersion version,
	string type,
	string senderCompId,
	string targetCompId,
	string rawMessageWithoutHeaderTrailer
)

Parameters

version
Type: FIXForge.NET.FIX.ProtocolVersion
FIX protocol version
type
Type: System.String
FIX message type
senderCompId
Type: System.String
senderCompId tag value
targetCompId
Type: System.String
targetCompId tag value
rawMessageWithoutHeaderTrailer
Type: System.String
the raw FIX message string without session-level details(in the <tag>=<value> format)
See Also