I need to get the Bid/Ask for USDSOFR= in C#.
This value doesn't update often, so I don't need streaming or any such real-time updating.
I just need to query once and get whatever the value is at that moment in time.
Can you please let me know what the preferred way of doing this is using the C# data API?