For a deeper look into our Elektron API, look into:

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
7 4 1 4

How to determine instrument type?

When subscribe to a list of symbols, for example (EUR=, EUR1YD=, EUR1YO=R), is there anyway to determine the type (deposit rate, spot rate, volatility) of the instrument during the process of decoding update/refresh messages?

Thanks

Jerry

elektronrefinitiv-realtimeelektron-sdksymbology
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
17.1k 80 39 63

Hi @jmao1,

Correct, the FID 259 only comes with the first response. Updates only provide change so static fields are not sent down when a trade occurs for example.

You will have to manage your own lookup when updates come in. This is easily done by capturing the details of FID 259 from the first response and recording this information within a lookup table (dictionary). Simply use the stream ID or item name as your lookup key.

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
17.1k 80 39 63

Hi @jmao1,

You can try to refer to FID 259 to determine the asset type. Refer to this article: Using FID 259 to identify your market data records.

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
7 4 1 4

Hi @nick.zincone.1

But FID 259 only comes with first response or refresh message right? I need to know the type for every single message that I receive, is there a way to do?

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
7 4 1 4

@nick.zincone.1

Ok, will give it a try, thank you!

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.