Click or drag to resize

GroupReserve Method

Reserves memory to store prepared field value.

Namespace: com.b2bits.FIXAntenna
Assembly: FIXAntenna_net4.8 (in FIXAntenna_net4.8.dll) Version: 2.32.0.0
Syntax
public void Reserve(
	int tag,
	int index,
	int preparedFieldIndex,
	int size
)

Parameters

tag  Int32
Tag of the field.
index  Int32
Group's index (starts at 0)
preparedFieldIndex  Int32
User defined index of the prepared field.
size  Int32
Size of the field value to reserve.
See Also