Returns the field value as a signed 32-bit (4-byte) integer.
Namespace: FIXForge.NET.FIXAssembly: 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 ) |
Visual Basic |
---|
Public Function GetInteger ( _ tag As Integer _ ) As Integer |
Visual C++ |
---|
public: int GetInteger( int tag ) |
Parameters
- tag
- Type: System..::..Int32
Tag number.
Return Value
Field value as integer.Exceptions
Exception | Condition |
---|---|
FIXForge.NET.FIX..::..EngineException | The field does not belong to the message or the field value is absent. |