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

Go to the source code of this file.

Classes

struct  Month
struct  YearMonthDay
struct  TimestampFormat
class  Timestamp

Namespaces

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

Typedefs

typedef UInt64 RawTimestamp

Functions

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

Typedef Documentation

◆ RawTimestamp

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

◆ operator-()

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

Definition at line 259 of file Timestamp.h.