OnixS Euronext CCG Binary Trading Handler for C++  1.16.0.0
Public Member Functions | Public Attributes
Date Struct Reference

Date. More...

List of all members.

Public Member Functions

 Date (UInt8 year, UInt8 month, UInt8 day)
bool operator== (const Date &rh) const
bool operator!= (const Date &rh) const
bool isUndefined () const
std::string toString () const

Public Attributes

UInt8 year
 The number of years after the year 2000 as a single-byte unsigned integer.
UInt8 month
 The month as a single-byte unsigned integer.
UInt8 day
 The day as a single-byte unsigned integer.

Detailed Description

Date.


Member Data Documentation

UInt8 day

The day as a single-byte unsigned integer.

Note:
Valid values are 1; 2; 3; : : : ; 31.
UInt8 month

The month as a single-byte unsigned integer.

Note:
Valid values are 1; 2; 3; : : : ; 12.
UInt8 year

The number of years after the year 2000 as a single-byte unsigned integer.

For example 7 represents the year 2007 (7 = 2007 - 2000):

Note:
Valid values are 0; 1; 2; : : : ; 127.