question

Upvotes
Accepted
2 3 9 11

EMA - Value decoding in log file

Dear team

Client is developing API to consume data from our ERT in cloud service with Real-Time-SDK-2.0.0.L1.java. After turning on log function in SDK sample code, client found the values in log file seems encrypted. As you can see in attached FID6 should be trade price but the value seems not. Could you please confirm what steps client should take to process the values to be meaningful? Thank you.

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.

1 Answer

· Write an Answer
Upvote
Accepted
25.3k 87 12 25

Hi @Xiaorong.Xu

The data is being displayed as Hex representation in the following encoding format e.g.

for 0A0297AC

0A = MagnitudeType = 10 =EXPONENT_NEG_4 (as defined in the EMA Java HTML Reference Manual under OmmReal.MagnitudeType).

0297AC = Mantissa = 169900

So, the above 0A0297AC represent 16.9900

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.