Hi,
There is an C# example for market data contribution using websockets available at:
https://github.com/Refinitiv/websocket-api/tree/master/Applications/Examples/CSharp/MarketPricePostingExample
I am looking at achieving the same thing (market data contribution) but using the new dotnet sdk available at https://github.com/Refinitiv/Real-Time-SDK/tree/master/CSharp
First question: is contribution supported by the new dotnet sdk? If yes, where should I look for for examples? There are a bunch of tests at https://github.com/Refinitiv/Real-Time-SDK/tree/master/CSharp/Eta/Src/Tests but I am not sure which ones are relevant to contribution. Could anyone share a simple, end-to-end example, similar to the websocket example?
Thank you