How can I get spot and cross rates for all currency pairs, specifically from the websocket api? I have tried using these RICs:
FX= - Seems to only deliver spot rate RIC codes
SPOT/* - Can't find information for RIC codes on delivering cross rates
CROSS* - I can see that it specifies RIC codes to get cross rates for major regions, but I am afraid this doesn't provide total coverage -- for example AUDRUB or RUBAUD exchange rate doesn't seem available in any of the regions
I have also tried exporting search results of "fx cross rate" from the ric search(https://developers.refinitiv.com/en/tools-catalog/ric-search), but the export seems limited to 9999 items, when the results are actually much more (assuming this because it shows "FX & Money (45,830)" implying ~45k results). How can I get all FX spot and FX cross rates and subscribe to their event streams from the websocket API?