question

Upvotes
Accepted
41 3 4 7

DateTime stamp on when server sent the Refresh or Update Msg

Is there a field or convience methods in elektron java SDK to determine when the Refresh or Update Msg was sent or published by the server/Reuters? Ideally upto millisecond precision. Our usecase is to measure how long the Refresh/Update Msg was processed by our applications including all the network hops and various factors.


The fields ACTIV_DATE (17) and TIMACT (5) I think is only for when a field was updated like a bid tick.

Thanks

elektronrefinitiv-realtimeelektron-sdkema-apirrtelektron-message-api
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvotes
Accepted
25.3k 87 12 25

Hi @kc_1905

Whilst there are millisecond precision fields available these are normally related to realtime market activity e.g. time of the most request Quote or Trade (QUOTIM_MS / TRDTIM_MS) - and the availability of these would depend on the origination exchange.

If you want to determine the latency added to an event as it travels through our TREP system (and your internal network), then you would be better off using the PerfTools examples packaged within the Elektron SDK and described in detail in the ETAJ_PerfToolsGuide.pdf.

The examples can be found in the Java\Eta\Applications\PerfTools subfolder of the Elektron Java SDK and the pdf can be found in the Java\eta\Docs folder.

For example the perftools encode timestamps into a published instrument so that the consumer can extract these timestamps and determine the time taken for the instrument to be received. The full source code is provided so that you can tweak the applications behaviours to suit your test requirements.

You can also find the Elektron Java Performance Tools guide online here

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Hi Umer,

Thanks. Will read through the ETA Perf tools see if it meets our needs. It looks like it uses test feeds for the data flow during the performance runs, is that correct?

Upvote
25.3k 87 12 25

Hi @kc_1905

That is correct - two of the examples are test providers - which publish the test OMM data with the latency information at the North side and a consumer example which runs at the south side of the infrastructure.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvotes
41 3 4 7

Thanks for confirming. One question about the Quote or Trade (QUOTIM_MS / TRDTIM_MS) are these market activity time fields in UTC time ? The data dictionary does not mention any info about it.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvote
25.3k 87 12 25

Hi @kc_1905

That is correct - the fields are in GTM/UTC time.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.