OnixS C++ CME iLink 3 Binary Order Entry Handler  1.18.0
API Documentation
ReceivedDataTimestamp Struct Reference

#include <OnixS/CME/iLink3/SessionListener.h>

Public Types

enum  Source { None, Software, Hardware }
 

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

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

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

Member Data Documentation

Source source_

Definition at line 224 of file SessionListener.h.

The timestamp.

Definition at line 223 of file SessionListener.h.


The documentation for this struct was generated from the following file: