ssoftware
ssoftware

Reputation: 11

C# websocket client using websock4net

I need some samples C# codes to make client program like

1.When I click login button a function connect to binary.com using given api token and return balance in a label box in a form , ( sample codes here https://developers.binary.com/demos/ ) ,

  1. Display a ticks streams in a box

  2. when I click buy button a buy trade will execute in binary.com and result should display in a label all samples in (https://developers.binary.com/api/#transaction)

  3. Need use websocket4net package its uses to make socket open until we close I can build a using the sample codes of the above request

Upvotes: 1

Views: 990

Answers (0)

Related Questions