OnixS C++ CME iLink 3 Binary Order Entry Handler 1.18.9
API Documentation
Loading...
Searching...
No Matches
ReceivedDataTimestamp Struct Reference

Public Types

enum  Source

Public Member Functions

std::string toString () const

Public Attributes

Messaging::Timestamp time_
Source source_

Detailed Description

If the source is None, no timestamp is available.

Definition at line 208 of file SessionListener.h.

Member Enumeration Documentation

◆ Source

enum Source
Enumerator
None 

No timestamp available.

Software 

Timestamp provided by the OS kernel / user-level network stack.

Hardware 

Timestamp provided by the network card.

Definition at line 210 of file SessionListener.h.

Member Function Documentation

◆ toString()

std::string toString ( ) const
Returns
a human-readable presentation.

Member Data Documentation

◆ source_

Source source_

Definition at line 224 of file SessionListener.h.

◆ time_

The timestamp.

Definition at line 223 of file SessionListener.h.