Reputation: 11
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/ ) ,
Display a ticks streams in a box
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)
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