beyondallrepair / gobinance

A Binance Client written in Go. Though there are many existing libraries, this one aims to provide an interface more idiomatic to go, and easier to mock out and test.
MIT License
0 stars 0 forks source link

Implement Symbol order book ticker #11

Open harryrose opened 4 years ago

harryrose commented 4 years ago

See https://github.com/binance-exchange/binance-official-api-docs/blob/master/rest-api.md#symbol-order-book-ticker

Note that this should be implemented as two methods -- one for when a symbol is provided, one for when no symbol is provided.

Naming conventions should follow those used in #8, #9, #10.