kucoin: add the missing 5min kline convert

This commit is contained in:
c9s 2021-12-26 03:07:49 +08:00
parent 4c263dd205
commit a5c7ffa134

View File

@ -82,6 +82,8 @@ func toGlobalInterval(a string) types.Interval {
switch a {
case "1min":
return types.Interval1m
case "5min":
return types.Interval5m
case "15min":
return types.Interval15m
case "30min":