OnixS C++ ICE Binary Order Entry Handler 1.1.1
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

Definition at line 169 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 171 of file SessionListener.h.

172 {
174 None,
175
177 Software,
178
180 Hardware
181 };

Member Function Documentation

◆ toString()

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

Member Data Documentation

◆ source_

Source source_

Definition at line 185 of file SessionListener.h.

◆ time_

The timestamp.

Definition at line 184 of file SessionListener.h.