Click or drag to resize

FixMessageCreateFilled Method

Creates new message skeleton with required fields, blocks and repeating groups filled 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 CreateFilled(
	FixVersion version,
	string type
)

Parameters

version  FixVersion
FIX protocol version.
type  String
FIX message type.

Return Value

FixMessage
Skeleton of the newly created FIX message.
See Also