WU Trading Library 0.2.0
A backtesting and trading strategy library
Loading...
Searching...
No Matches
WU_TimeStamp Struct Reference

A timestamp represent a mark in time given relative to unix epoch. More...

#include <timeutils.h>

Data Fields

int64_t mark
WU_TimeUnit units

Detailed Description

A timestamp represent a mark in time given relative to unix epoch.

It can be expressed in seconds, millis, micros, or nanos.

Definition at line 21 of file timeutils.h.

Field Documentation

◆ mark

int64_t WU_TimeStamp::mark

Definition at line 22 of file timeutils.h.

◆ units

WU_TimeUnit WU_TimeStamp::units

Definition at line 23 of file timeutils.h.


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