I am trying to do a simple query for the symbols FAS,FAZ and want the fields:
TR.InstrumentDescription,TR.CommonName,TR.FundTotalNetAssets
The first two return values, but the last one is empty, and that is the one I really need.
I found this question which says it should be available:
https://community.developers.refinitiv.com/questions/72828/asset-under-management-in-different-funds-in-diffe.html
In the Data Item Browser, the field is available and has the proper value in it.
How can I get this to work with the C# Data API?
Thanks.