forwardFind Method    Table of ContentFind Method (Int32, FlatFieldRef)forward
FlatMessage.Find Method (Int32)
Looks for a field using tag number.

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 FlatFieldRef Find(
	int tag
)

Parameters

tag
Type: System.Int32
Tag.

Return Value

Type: FlatFieldRef
Returns the valid FlatFieldRef in case of success, the invalid FlatFieldRef otherwise.
See Also