How to get data for ric "FIBCOUNTRY=CCTB"? I have subscribed this chainRic, but the payload attri...

...bute in the response message is empty. Is there a demo for this?

FIBCOUNTRY=CCTB can't get data

Best Answer

  • chavalit-jintamalit
    Answer ✓

    Hi @279045952

    From the provided chain RIC, 0#FIBCOUNTRY=CCTB, it get expanded into only 1 valid RIC, 0#FIBCN=CCTB.

    image


    For the underlying 0#FIBCN=CCTB, it get expanded into 13xxx RICs which are considered a large list.

    So you have to divide them into a smaller list when using get_data or you could run into error from the backend.

    Here is the sample code (I divide them into 4500 RICs per request, if you consider adding more and more fields, you may define a smaller RIC list)

    image

Answers