Creates a message which belongs to specified dialect.

Namespace: FIXForge.NET.FIX
Assembly: FIXForge.NET.FIX.Engine-net-3.5 (in FIXForge.NET.FIX.Engine-net-3.5.dll) Version: 2.79.1.0

Syntax

C#
public Message(
	string type,
	Dialect dialect
)
Visual Basic
Public Sub New ( _
	type As String, _
	dialect As Dialect _
)
Visual 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