forwardLog Method    Table of ContentRemoveListenPort Method forward
Engine.LogTimestamp Method
Returns the current UTC timestamp in the FIX Engine's log format - YYYYMMDD-HH:MM:SS:nanoseconds (e.g. 19750118-15:07:08.123456789)

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.10.1.0
Syntax
C#
public static string LogTimestamp()

Return Value

Type: String
Returns the UTC timestamp string in the FIX Engine's log format
See Also