question

Upvotes
Accepted
5 0 0 2

Symbol list to get future Chain RIC

Hi, I am using MMT_SYMBOL_LIST to get Chain RIC. I found some rules of the Chain RIC in the picture below. I uesd the code below to get the HKXG main board symbol list.

consumer->registerClienReqMsg().domainType(MMT_SYMBOL_LIST).serviceName("ELEKTRON_DD").name("0#MBD.HK"), client)

But I was unable to ues the code below get the HSI future(Hong Kong Futures Exchange Hang SengIndex Future) Chain RIC.

consumer->registerClienReqMsg().domainType(MMT_SYMBOL_LIST).serviceName("ELEKTRON_DD").name("0#HSI:"), client)

I received the message below.

StatusMsg
    streamId="5"
    domain="SymbolList Domain"
    state="Closed / Suspect / Not found / '*The record could not be found'"
    name="0#HSI:"
    nameType="1"
    serviceId="27"
    serviceName="ELEKTRON_DD"
StatusMsgEnd

And I can receive the future market data such as HSIX3. How should I get the futures Chain RIC corretly?

1698297624965.png

#technologyema-api#contentc++symbol-list
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
79.4k 253 52 74

@luoqing.huang

Thank you for reaching out to us.

Please check this discussion.

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
5 0 0 2

1698299430911.png

This is the picture.


1698299430911.png (108.6 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.

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.