OnixS C++ B3 BOE Binary Order Entry  1.2.0
API Documentation
ReceivedDataTimestamp Struct Reference

#include <OnixS/B3/BOE/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 179 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 181 of file SessionListener.h.

Member Function Documentation

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

Member Data Documentation

Source source_

Definition at line 195 of file SessionListener.h.

The timestamp.

Definition at line 194 of file SessionListener.h.


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