Returns the field value as a signed 64-bit (8-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 long GetLong( int tag ) |
Visual Basic |
---|
Public Function GetLong ( _ tag As Integer _ ) As Long |
Visual C++ |
---|
public: long long GetLong( 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. |