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

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

Public Types

enum  Enum {
  YYYYMMDD, YYYYMMDDHHMMSS, YYYYMMDDHHMMSSMsec, YYYYMMDDHHMMSSUsec,
  YYYYMMDDHHMMSSNsec, YYYYMMDDHHMMSSPsec
}
 

Detailed Description

Definition at line 68 of file Timestamp.h.

Member Enumeration Documentation

enum Enum
Enumerator
YYYYMMDD 

Indicates the timestamp in the "YYYYMMDD" format.

YYYYMMDDHHMMSS 

Indicates the timestamp in the "YYYYMMDD-HH:MM:SS" format.

YYYYMMDDHHMMSSMsec 

Indicates the timestamp in the "YYYYMMDD-HH:MM:SS.sss" format.

YYYYMMDDHHMMSSUsec 

Indicates the timestamp in the "YYYYMMDD-HH:MM:SS.ssssss" format.

YYYYMMDDHHMMSSNsec 

Indicates the timestamp in the "YYYYMMDD-HH:MM:SS.sssssssss" format.

YYYYMMDDHHMMSSPsec 

Indicates the timestamp in the "YYYYMMDD-HH:MM:SS.ssssssssssss" format.

Definition at line 69 of file Timestamp.h.


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