B2BITS FIX Antenna HFT  1.0.16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
Engine::TZTimeHelper::UTCTimeOnly Struct Reference

Time without UTC offset. More...

#include <B2BITS_TZTimeHelper.h>

+ Inheritance diagram for Engine::TZTimeHelper::UTCTimeOnly:

Public Member Functions

 UTCTimeOnly ()
 
 UTCTimeOnly (System::u8 hour, System::u8 minute, System::u8 second, System::u64 picosecond)
 

Public Attributes

System::u8 hour_
 hours since midnight - [0,23] More...
 
System::u8 minute_
 minutes after the hour - [0,59] More...
 
System::u64 picosecond_
 picoseconds after the second - [0,999999999999] More...
 
System::u8 second_
 seconds after the minute - [0,59] More...
 

Detailed Description

Time without UTC offset.

Constructor & Destructor Documentation

Engine::TZTimeHelper::UTCTimeOnly::UTCTimeOnly ( )
inline
Engine::TZTimeHelper::UTCTimeOnly::UTCTimeOnly ( System::u8  hour,
System::u8  minute,
System::u8  second,
System::u64  picosecond 
)
inline

Member Data Documentation

System::u8 Engine::TZTimeHelper::UTCTimeOnly::hour_

hours since midnight - [0,23]

System::u8 Engine::TZTimeHelper::UTCTimeOnly::minute_

minutes after the hour - [0,59]

System::u64 Engine::TZTimeHelper::UTCTimeOnly::picosecond_

picoseconds after the second - [0,999999999999]

System::u8 Engine::TZTimeHelper::UTCTimeOnly::second_

seconds after the minute - [0,59]