FixMessageCreate Method (Int32, String)

FIX Antenna .NET Programmer's Guide
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.31.0.0
Syntax

public static FixMessage Create(
	int parserID,
	string type
)

Parameters

parserID
Type: SystemInt32
Unique parser ID
type
Type: SystemString
FIX message type.

Return Value

Type: FixMessage
Skeleton of the newly created FIX message.
See Also

Reference