scalexm / trade-rs

Utilities for trading on crypto-currencies exchanges.
MIT License
14 stars 3 forks source link

Code duplication between `api/gdax` and `api/binance` #5

Closed scalexm closed 6 years ago

scalexm commented 6 years ago

Especially in the wss.rs sub-module of each. We should be factoring out the common parts in a single module.