forwardTicksToMilliseconds Method    Table of ContentTopOfTheOrderBookUpdatedHandler(T) Delegateforward
TimestampHelper.TicksToSeconds Method
Returns the number of seconds represented by the specified number of ticks.

Namespace:  OnixS.CmeMdHandler
Assembly:  OnixS.CmeMdHandler-net-4.7 (in OnixS.CmeMdHandler-net-4.7.dll) Version: 3.16.1.0 (3.16.1.0)
Syntax
C#
public static double TicksToSeconds(
	long ticks
)

Parameters

ticks
Type: System.Int64
A number of ticks.

Return Value

Type: Double
A number of seconds.
See Also