In C# trying to mimic the what the Eikon GOVERNMENT AND COPRORATE BONDS SEARCH screen returns for Ticker CZR (Caesar's -- Casinos), which returns 31 Corporate Bonds.
I have tried many chains but none returns all 31 bonds from the SEARCH screen, or even a super set of the 31 to which an issuer filter could be applied:
- 0#CZR=BND : returns 13 bonds
- 0#CZRCEO=BND: returns same 13 bonds
- 0#USDHIGHYIELD, 0#FIXEDINCOME, "0#USFISUPERRICS, "0#USCORPBONDS=, 0#USCOUNTRY=, 0#USSECTOR=, 0#BONDS, 0#US-BONDS: none of these seemed to have what am looking for.
Am using the C# sample program RealtimeChainSubscriptionDemo from the APIDemo.v11 to try out the chains.
Also contacted the original two authors of the GOVERNMENT AND COPRORATE BONDS SEARCH screen but neither works at TR anymore
any ideas?
thx