question

Upvotes
Accepted
68 0 2 6

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

#technologyeta-apic#contributionssdkexample
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvote
Accepted
79.8k 257 52 74

@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.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvotes
68 0 2 6

Thank you for the pointer, this is the examples I was looking for.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.