How can we convert the UINT64 integer to time? We don't want to use buildin function from API e.g. .toGetHour .toGetMin. We would like to convert from integer directly. Thanks.
@Kit_Wan
Thank you for reaching us to us.
Please specify the version of RFA that you are using, such as RFA C++ 8.2.5.L2.
You may need to refer to the Coding For High Precision Time article
This is not useful. I would like to understand how can I convert the integer from the field - e.g. QUOTIM_NS : UINT 5 : [42983490244]
How can I convert the number
42983490244
to 10:02:04:708
If I convert 42983490244 to hex. the hex data is A 02 04 02C4.
A is 10.
02 is 02.
04 is 04.
02C4 is 708.