flashnuke / BinanceExtensionCPP

An extension for the API of Binance (https://www.binance.com/)
GNU General Public License v3.0
14 stars 4 forks source link

Applying methods #28

Closed flashnuke closed 4 years ago

flashnuke commented 4 years ago

added ws streams still need to test...

Streams that are only for futures or spot: CRTP in Client Streams that are both for futures and spot: Global in Client

Streams that are for both Futures: Global in FuturesClient. Streams that are only for USDT or Coin: CRTP in FuturesClient