HuobiRDCenter / huobi_Python

Python SDK for Huobi Spot API
https://huobiapi.github.io/docs/spot/v1/en
Apache License 2.0
680 stars 332 forks source link

Where is the definition of CandlestickInterval? #23

Closed huiofficial closed 4 years ago

huiofficial commented 4 years ago

candlestick_list = request_client.get_latest_candlestick("btcusdt", CandlestickInterval.DAY1, 20) for candlestick in candlestick_list: print(candlestick.high)

I can not find CandlestickInterval.

eynzhang commented 4 years ago

@tzattack you could find class CandlestickInterval in huobi/model/constant.py