Returns the field value as a signed 32-bit (4-byte) integer.

Namespace: FIXForge.NET.FIX
Assembly: FIXForge.NET.FIX.Engine-net-3.5 (in FIXForge.NET.FIX.Engine-net-3.5.dll) Version: 2.79.1.0

Syntax

C#
public int GetInteger(
	int tag,
	int repeatingGroupEntryIndex
)
Visual Basic
Public Function GetInteger ( _
	tag As Integer, _
	repeatingGroupEntryIndex As Integer _
) As Integer
Visual C++
public:
int GetInteger(
	int tag, 
	int repeatingGroupEntryIndex
)

Parameters

tag
Type: System..::..Int32
Tag number.
repeatingGroupEntryIndex
Type: System..::..Int32
Index of the repeating group entry (starts at 0).

Return Value

Field value as integer.

Exceptions

ExceptionCondition
FIXForge.NET.FIX..::..EngineExceptionThe field does not belong to the group or the field value is absent.

See Also