C# dotnet SDK example for market data contribution

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

Best Answer

  • Jirapongse
    Answer ✓

    @nittandev

    Thanks for reaching out to us.

    You can refer to the Consumer or VAConsumer examples in the ETA C# package.

    Those examples support the -post and -offpost parameters.

    The WebSocket example uses the on-stream posting which is the -post parameter. The on-stream posting uses an item stream for posting while the off-stream posting uses a login stream for posting.

    I hope that this information is of help.

Answers