BLPAPI C++
3.23.2
|
#include <blpapi_timepoint.h>
Static Public Member Functions | |
static long long | nanosecondsBetween (const TimePoint &start, const TimePoint &end) |
This provides a namespace for TimePoint
utility functions.
Return the difference between start
and end
TimePoint
objects. The returned value is in nanoseconds representing end - start
.