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

Binance websocket #143

Merged
merged 9 commits into from
Jul 16, 2018
Merged
Prev Previous commit
Next Next commit
binance websocket was missing
  • Loading branch information
ermalguni authored Jul 13, 2018
commit d56c830d57626b8175486d22242acdd42c0a95df
1 change: 1 addition & 0 deletions exchanges/binance/binance.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ import (
// Binance is the overarching type across the Bithumb package
type Binance struct {
exchange.Base
WebsocketConn *websocket.Conn

// valid string list that a required by the exchange
validLimits []string
Expand Down