streaming_prices = rdp.StreamingPrices(
universe = ['NFCP_UBMS'],
on_update = lambda streaming_price, instrument_name, fields :
display_news_headline(streaming_prices, instrument_name, fields)
)
So the code block above has a universe. And I'm not sure what it means and what values it takes in. Could someone help me out please?
Thank you!