OnixS C++ eSpeed ITCH Market Data Handler  1.7.3
API documentation
Timestamp.h File Reference

Go to the source code of this file.

Classes

struct  Month
 
struct  YearMonthDay
 
struct  TimestampFormat
 
class  Timestamp
 

Namespaces

 OnixS
 
 OnixS::HandlerCore
 
 OnixS::HandlerCore::Common
 

Typedefs

typedef UInt64 RawTimestamp
 

Functions

TimeSpan operator- (const Timestamp &left, const Timestamp &right)
 

Typedef Documentation

typedef UInt64 RawTimestamp

4 most significant bytes – seconds since Epoch 4 least significant bytes – nanoseconds within second

Definition at line 86 of file Timestamp.h.

Function Documentation

TimeSpan operator- ( const Timestamp left,
const Timestamp right 
)
inline

Definition at line 259 of file Timestamp.h.