Click or drag to resize

FixMessageCreate(FixVersion, String, Int32) Method

Creates the new skeleton of the message and returns it.

Namespace: com.b2bits.FIXAntenna
Assembly: FIXAntenna_net4.8 (in FIXAntenna_net4.8.dll) Version: 2.32.0.0
Syntax
public static FixMessage Create(
	FixVersion version,
	string type,
	int parserID
)

Parameters

version  FixVersion
FIX protocol version.
type  String
FIX message type.
parserID  Int32
Unique parser ID

Return Value

FixMessage
Skeleton of the newly created FIX message.
See Also