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

Time. More...

List of all members.

Public Member Functions

 Time (UInt8 hour, UInt8 minute, UInt8 second, UInt16 millisecond)
bool operator== (const Time &rh) const
bool operator!= (const Time &rh) const
std::string toString () const

Public Attributes

UInt8 hour
 The hour as a single-byte unsigned integer.
UInt8 minute
 The minute as a single-byte unsigned integer.
UInt8 second
 The second as a single-byte unsigned integer.
UInt16 millisecond
 The millisecond as a two-byte unsigned integer.

Detailed Description

Time.


Member Data Documentation

UInt8 hour

The hour as a single-byte unsigned integer.

Note:
The hour value is in 24-hour format. Valid values are 0; 1; 2; : : : ; 23.
UInt16 millisecond

The millisecond as a two-byte unsigned integer.

Note:
Valid values are 0; 1; 2; : : : ; 999.
UInt8 minute

The minute as a single-byte unsigned integer.

Note:
Valid values are 0; 1; 2; : : : ; 59.
UInt8 second

The second as a single-byte unsigned integer.

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