question

Upvotes
Accepted
28 8 0 5

XAU= has no time stamp (EMA Java API)

Hi, I am using EMA to get market price data. Most of the instruments I am using is fine except "XAU=".

I cannot get time stamp for it.

I used "QUOTIM" and "QUOTE_DATE" to get time stamp. May I know why? and how to solve it?

Thank you.

 
              
elektronrefinitiv-realtimeelektron-sdkema-apirrtelektron-message-apitime-stamp
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.

@hujunhu

Thank you for your participation in the forum.

Are any of the replies below satisfactory in resolving your query?

If yes please click the 'Accept' text next to the most appropriate reply. This will guide all community members who have a similar question.

Otherwise please post again offering further insight into your question.

Thanks,

AHS

Upvote
Accepted
9.6k 10 7 7

Hello @hujunhu

The number in brackets(5) and (17) are the field id of TIMACT and ACTIV_DATE respectively. You can find the fields’ info including their type in RDMFieldDictionary shipped with EMA package:

The type(the 7th column) of TIMACT are TIME(DataTypes.TIME) and the type of ACTIV_DATE is DATE(DataTypes.DATE). You can refer to consumer.series200.example200__MarketPrice__Streaming which demonstrate how to decode a field according to its type. The example output:

Item Name: XAU=
Service Name: API_ELEKTRON_EPD_RSSL
Fid: 3 Name = DSPLY_NAME DataType: Rmtes Value: 
Fid: 5 Name = TIMACT DataType: Time Value: 9:55:0:0
Fid: 11 Name = NETCHNG_1 DataType: Real Value: 0.82
Fid: 17 Name = ACTIV_DATE DataType:Date Value: 4 / 1 / 2018
….

fid5-17.png (10.8 KiB)
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.

@Pimchaya.Wongrukun

Thanks. However, the precision of TIMACT seems to be in minutes. May I know why? And how to get a more precise timestamp? Thanks.


Regards,

Jun

Hello hujunhu,

I do not know why the feed sends TIMACT to be in minutes. To get a more precise timestamp is depends on the feed; if it sends more precise timestamp for this RIC and on which field.

Hello hujunhu,

I suggest you ask these questions with the feed/data support team who can provide you with the proper answers. You can submit the query to the data team directly via https://my.thomsonreuters.com/
After you log in, click "RAISE A CASE" then "Product Support". Then, select your subject e.g. “I cannot find content I am looking for”. At “Select product”, select the feed e.g. “Thomson Reuters Elektron Real-Time”. If you cannot access the web site or submit the query, you should send an email to rdc.administrator@thomsonreuters.com

TIMACT is an old field with a very low precision and cant be increased. It has been replaced by newer higher precision fields which are being added to instruments across our Elektron network. XAU= hasnt had these fields added as yet, but I am in the process of requesting it. TIMACT would likely be replaced by QUOTIM_NS which allows up to nanosecond precision (though its unlikely it would publish to that level of precision).

Upvote
895 3 8 3

Hi @hujunhu it looks like this RIC is on a very old data model. The quote date and time fields are not used in this template (I will do some digging to find out why as it should be on the same data model at the spot currency RICs like GBP= and use the better precision QUOTIM_NS fields).

This RIC uses TIMACT (5) and ACTIV_DATE (17) as its date fields currently.


Tim

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 Tim,

Do you mean I should use QUOTIM_NS for better precision?

What data type are these two date fields (e.g. DataTypes.INT)?

What are those number in brackets? (5) and (17)

Thank you!

Jun

QUOTIM_NS will be used by us for better precision (up to nano), but in the case of this instrument the field isn't being used.We need to update the data model for it to be able to publish.

I not an expert in this particular API - just the data that is sent to it - but we send the data for TIMACT in time format not an integer or such like. QUOTIM_NS is sent in integer format, so its possible it will be for this API. But id need an API specialist to comment on that part ideally.

The numbers in the brackets are the field numbers. We have a field name and a field number for all our realtime data.

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.