Returns the field value as a double-precision floating point number.
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 double GetDouble( int tag ) |
Visual Basic |
---|
Public Function GetDouble ( _ tag As Integer _ ) As Double |
Visual C++ |
---|
public: double GetDouble( 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. |