OnixS C++ CME MDP Conflated TCP Handler 1.3.6
API Documentation
Loading...
Searching...
No Matches
TimeSpanFormat Struct Reference

Public Types

enum  Enum

Detailed Description

Definition at line 112 of file Time.h.

Member Enumeration Documentation

◆ Enum

enum Enum
Enumerator
HHMMSS 

Indicates a time span in the "HH:MM:SS" format.

Used to represent a day time.

HHMMSSmsec 

Indicates a time span in the "HH:MM:SS.sss" format.

Used to represent a day time.

HHMMSSusec 

Indicates a time span in the "HH:MM:SS.ssssss" format.

Used to represent a day time.

HHMMSSnsec 

Indicates a time span in the "HH:MM:SS.sssssssss" format.

Used to represent a day time.

HHMMSSpsec 

Indicates a time span in the "HH:MM:SS.ssssssssssss" format.

Used to represent a day time.

SDHHMMSSnsec 

Indicates a time span in the "D.HH:MM:SS.sssssssss" format.

Used to represent a time interval.

Definition at line 114 of file Time.h.