FieldSet.GetTimestamp Method (Int32, TimestampFormat) |
Returns the field value as an UTC (GMT) Timestamp.
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.12.0.0
Syntax public DateTime GetTimestamp(
int tag,
TimestampFormat format
)
Parameters
- tag
- Type: System.Int32
Tag number. - format
- Type: FIXForge.NET.FIX.TimestampFormat
Timestamp format.
Return Value
Type:
DateTimeField value as an UTC (GMT) Timestamp.
Exceptions Exception | Condition |
---|
Exception | The field does not belong to the message, the field value is absent or cannot be represented as an UTC Timestamp. |
See Also