mdobson8

Results 4 comments of mdobson8

Hi, can you tell me where I need to go to edit the source code as I am having the same issue? I am using VS2017, I am pretty new...

Hi, here is what I put together, hope this helps.... public void TestDepthEndpoint() { var apiClient = new ApiClient(tbox_apikey.Text, tbox_apisecret.Text); var binanceClient = new BinanceClient(apiClient); Task.Run(() => binanceClient.ListenDepthEndpoint("ethbtc", DepthHandler)); Thread.Sleep(50000);...

I created a new class and added the extra attributes, but 'fills' still does not work, it just errors every time. Anyone got this working?