forwardMessage Constructor (Byte[], ProtocolVersion)   Table of ContentMessage Constructor (String, MessageParsingFlags)forward
Message Constructor (String, Dialect)
Creates a message which belongs to specified dialect.

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 Message(
	string type,
	Dialect dialect
)

Parameters

type
Type: System.String
Message type (the MsgType (tag=35) field value)
dialect
Type: FIXForge.NET.FIX.Dialect
Instance of FIX dialect to which message being created belongs to
See Also