OnixS C++ FIX Engine  4.10.1
API Documentation
TimeSpanFormat Struct Reference

#include <OnixS/FIXEngine/FIX/TimeSpan.h>

Public Types

enum  Enum {
  HHMMSS, HHMMSSMsec, HHMMSSUsec, HHMMSSNsec,
  HHMMSSPsec
}
 

Detailed Description

Definition at line 73 of file TimeSpan.h.

Member Enumeration Documentation

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.


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