kucoin: drop shm-array `numpy` dtype def, our default is the same

basic_buy_bot
Tyler Goodlet 2023-05-31 12:11:14 -04:00
parent e83de2906f
commit 8ccb8b0744
1 changed files with 0 additions and 11 deletions

View File

@ -71,17 +71,6 @@ from ._util import DataUnavailable
log = get_logger(__name__)
_ohlc_dtype = [
('index', int),
('time', int),
('open', float),
('high', float),
('low', float),
('close', float),
('volume', float),
('bar_wap', float), # will be zeroed by sampler if not filled
]
class KucoinMktPair(Struct, frozen=True):
'''