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?