#include <OnixS/FIXEngine/FIX/ISessionListener.h>
Public Types | |
enum | Source { None, Software, Hardware } |
Public Member Functions | |
ReceivedDataTimestamp () | |
ReceivedDataTimestamp (const Timestamp ×tamp, Source source) | |
const Timestamp & | timestamp () const |
Source | source () const |
std::string | toString () const |
If the source is None
, no timestamp is available.
Definition at line 90 of file ISessionListener.h.
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 94 of file ISessionListener.h.
|
inline |
Definition at line 106 of file ISessionListener.h.
|
inline |
Definition at line 108 of file ISessionListener.h.
|
inline |
Returns the source of the received data timestamp.
Definition at line 117 of file ISessionListener.h.
|
inline |
Returns the received data timestamp.
Definition at line 111 of file ISessionListener.h.
|
inline |
Returns a human-readable presentation.
Definition at line 123 of file ISessionListener.h.