forwardAllocateKey Method    Table of ContentAllocateKey Method (FlatFieldRef)forward
FlatMessage.AllocateKey Method (Int32)
Finds and allocates key to requested field for further access.

Namespace:  FIXForge.NET.FIX
Assembly:  FIXForge.NET.FIX.Engine-net-4.8_x64 (in FIXForge.NET.FIX.Engine-net-4.8_x64.dll) Version: 4.10.1.0
Syntax
C#
public FlatFieldKey AllocateKey(
	int tag
)

Parameters

tag
Type: System.Int32
Tag.

Return Value

Type: FlatFieldKey
Returns FlatFieldKey for further access.
See Also