OnixS C++ ICE Binary Order Entry Handler 1.0.0
API Documentation
Loading...
Searching...
No Matches
TimeSpanFormat Struct Reference

Public Types

enum  Enum

Detailed Description

Definition at line 113 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 115 of file Time.h.