B2BITS CME MDP Handler API Reference
Public Attributes | List of all members
Timestamps Struct Reference

Timestamps.

#include <B2BITS_CmeMdpTypes.h>

Public Attributes

u64 timestampIn_
 Timestamp (ns) when a UDP packet is received from the socket. More...
 
u64 timestampOut_
 Timestamp (ns) when a message or event is passed to the client callback. More...
 
u32 packetSequenceNumber_
 UDP packet sequence number. More...
 

Member Data Documentation

u64 timestampIn_
  • On Windows timestamp is obtained using QueryPerformanceCounter function.
  • On Linux timestamp is obtained using clock_gettime( CLOCK_MONOTONIC ) function.
u64 timestampOut_
  • On Windows timestamp is obtained using QueryPerformanceCounter function.
  • On Linux timestamp is obtained using clock_gettime( CLOCK_MONOTONIC ) function.
u32 packetSequenceNumber_