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

Public Types

enum  Enum

Detailed Description

Definition at line 68 of file Timestamp.h.

Member Enumeration Documentation

◆ Enum

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.