Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

In BinanceAllPricesRequest there is no result property or function #4

Open
lordAnubis opened this issue Dec 11, 2018 · 0 comments
Open

Comments

@lordAnubis
Copy link

Using your sample code it ask for a result

api.send(request) { response in
			assert(request.result.isSuccess)
			
			let elements = response.result.value!.elements
			for (symbol, price) in elements {
				print("\(symbol): \(price)")
			}
		}

but in the struct there is no mention of a result and will give an error notification in the above and other code locations

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant