I am using the Websocket api to get current market values for the BID and ASK, and would like to get the current yields for these as well. Here is a sample request string with a RIC:
{
"ID": 2,
"Key": {
"Name": [
"912796G37=TWEB",
"912796F61=TWEB",
"91282CBU4=TWEB",
"912810EK0=TWEB"
]
},
"View": [
"BID",
"ASK",
"BID_YIELD",
"ASK_YIELD"
]
}
The BID_YIELD and ASK_YIELD are not in the response, while bid and ask are working.