Timestamp of real time updates for RICs using EMA Java API

Hi,

I'm working on java solution using EMA API that subscribes for real time updates for a list of RICs. I need to know the timestamp of each update that originates at the ADS server. Any custom field can configured on the ADS ?

The timestamp doesn't have to from the exchanges. I see the challenges using the timestamps for the exchanges at the below thread.

https://community.developers.refinitiv.com/questions/48168/rfa-timestamp-flow.html

Any pointers would be appreciated.

Thanks in advance.

Mani

Best Answer

  • Gurpreet
    Answer ✓

    Hello @Mani.A,

    ADS does not timestamp the received data packets, so your only option would be to use the standard data fields with time which is populated by the listing venue, or use the machine local time when an update is received by your application.

Answers