damianportillo
damianportillo
I COULD NOT SOLVE IT with the solution of "Como pegar resultado de ordem?" . HELP var rdo = api.WsClient.ClosedOptionObservable().Subscribe(r => r.Result.CompareTo(OrderResult.Win));
all the time I have the exception: A task was canceled. var api = new IqOptionApiDotNetClient("[email protected]", "pass"); if (await api.ConnectAsync()) { var requestId = Guid.NewGuid().ToString().Replace("-", string.Empty); CountryType[] countryes = {...
I COULD NOT SOLVE IT with the solution of "Como pegar resultado de ordem?" . HELP var rdo = api.WsClient.ClosedOptionObservable().Subscribe(r => r.Result.CompareTo(OrderResult.Win));
all the time I have the exception: A task was canceled. var api = new IqOptionApiDotNetClient("[email protected]", "pass"); if (await api.ConnectAsync()) { var requestId = Guid.NewGuid().ToString().Replace("-", string.Empty); CountryType[] countryes = {...
The same error happens to me.