FixMessageCreate Method (FixVersion, 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(
	FixVersion version,
	string type
)

Parameters

version
Type: com.b2bits.FIXAntennaFixVersion
FIX protocol version.
type
Type: SystemString
FIX message type.

Return Value

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

Reference