Reserves memory to store prepared field value.
Namespace: com.b2bits.FIXAntennaAssembly: FIXAntenna_net4.8 (in FIXAntenna_net4.8.dll) Version: 2.33.0.0
Syntaxpublic void Reserve(
int tag,
int index,
int size
)
public final function Reserve(
tag : int,
index : int,
size : int
)
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.
Implements
IFixFieldsReserve(Int32, Int32, Int32)
See Also