|
B2BITS FIX Antenna HFT
1.0.17
|
Data about time with UTC offset. More...
#include <B2BITS_TZTimeHelper.h>
Inheritance diagram for Engine::TZTimeHelper::TZTimeOnly:
Collaboration diagram for Engine::TZTimeHelper::TZTimeOnly:Public Member Functions | |
| TZTimeOnly () | |
| TZTimeOnly (System::u8 hour, System::u8 minute, System::u8 second, System::u64 picosecond, System::i16 utcOffset) | |
Public Member Functions inherited from Engine::TZTimeHelper::UTCTimeOnly | |
| UTCTimeOnly () | |
| UTCTimeOnly (System::u8 hour, System::u8 minute, System::u8 second, System::u64 picosecond) | |
Public Attributes | |
| System::i16 | utcOffset_ |
| utc offset in minutes - [ -720 , +720 ] More... | |
Public Attributes inherited from Engine::TZTimeHelper::UTCTimeOnly | |
| 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... | |
Data about time with UTC offset.
|
inline |
|
inline |
| System::i16 Engine::TZTimeHelper::TZTimeOnly::utcOffset_ |
utc offset in minutes - [ -720 , +720 ]
1.8.5