question

Upvotes
Accepted
87 7 13 27

which fun should I use if I want to get "Spread Table"

hello:

I want to get "Spread Table", I get the RefreshMsg as follows:

if I use the fun "fe.getRmtes().toString()." to get the "fid="317", I still need to divide the string to get the spreadTable value "<HKSEST01>".

so my question is : Is there any Convenient Method to get the value of Spread Table

elektronrefinitiv-realtimeelektron-sdkema-apirrtelektron-message-api
spreadtable.png (60.4 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.

1 Answer

· Write an Answer
Upvotes
Accepted
25.3k 87 12 25

Hi @luxiangyuan

The RIC <0034MI.HK> is for Page based data - which is returned as rows of text. The acrual content distributed using Page data can vary considerably from page to page.

We do not provide any content aware functions to extract particular types of content from a string - as we try to keep our APIs content agnostic. They deliver the data and it is the responsibility of the developer to parse the data as per their requirements.

Therefore, you will need to use standard C++ string manipulation functions to extract the <HKSEST01> RIC code.

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.