We use
TRTH Java API to send the TimesAndSales request. The timestamp is display in milliseconds (Example : 08:00:01.784). We want to change that, and we like to receive a timestamp which is display
in seconds (Example : 08:00:01).
I read the API documentation and the only parameter available for the
TimeStamp seems to be <displayMicroseconds>, to display message
timestamps in microseconds or in milliseconds?
My question is : is there a way to display the TimeStamp in seconds
(Example : 08:00:01) with the TRTH API ?