Skip to content

Commit

Permalink
[huobi pro] delete annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
nntaoli committed Feb 27, 2021
1 parent ae6b829 commit 02204a5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions huobi/HuobiPro.go
Original file line number Diff line number Diff line change
Expand Up @@ -593,8 +593,6 @@ func (hbpro *HuoBiPro) GetKlineRecords(currency CurrencyPair, period KlinePeriod
return klines, nil
}

//非个人,整个交易所的交易记录
//https://github.com/huobiapi/API_Docs/wiki/REST_api_reference#get-markettrade-获取-trade-detail-数据
func (hbpro *HuoBiPro) GetTrades(currencyPair CurrencyPair, since int64) ([]Trade, error) {
var (
trades []Trade
Expand Down

0 comments on commit 02204a5

Please sign in to comment.