Click or drag to resize

FixMessageCreate(Int32, String) 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(
	int parserID,
	string type
)

Parameters

parserID  Int32
Unique parser ID
type  String
FIX message type.

Return Value

FixMessage
Skeleton of the newly created FIX message.
See Also