OnixS C++ FIX Engine 4.13.0
API Documentation
Loading...
Searching...
No Matches
TimeSpanFormat Struct Reference

Public Types

enum  Enum

Detailed Description

Definition at line 73 of file TimeSpan.h.

Member Enumeration Documentation

◆ Enum

enum Enum
Enumerator
HHMMSS 

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

HHMMSSMsec 

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

HHMMSSUsec 

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

HHMMSSNsec 

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

HHMMSSPsec 

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

Definition at line 74 of file TimeSpan.h.