Click or drag to resize

IFixFieldsReserve 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
void Reserve(
	int tag,
	int index,
	int size
)

Parameters

tag  Int32
Tag of the field.
index  Int32
User defined index of the prepared field.
size  Int32
Size of the field value to reserve.
See Also