I am using Python's websocket API to get real-time prices for financial instruments, how can I get all the prices for my contracts?
Looking at the program here(https://github.com/Refinitiv/websocket-api/blob/master/Applications/Examples/RDP/python/market_price_rdpgw_client_cred_auth.py), it seems that only a single commodity code can be specified for the argument RIC.
Is the only way to get prices for multiple commodities is to run multiple programs with different arguments?