bbgo_origin/pkg/exchange/kucoin
c9s 29105eb57f
all: simplify underlying exchange submitOrder method
- Replace SubmitOrders with SubmitOrder
- Accept only one submit order and return one created order
- Add bbgo.BatchPlaceOrders helper method and bbgo.BatchRetryPlaceOrders method
2022-09-09 18:41:06 +08:00
..
kucoinapi feature: add pre-commit 2022-06-17 16:07:00 +09:00
testdata kucoin: record kucoin json as files 2021-12-23 17:49:18 +08:00
convert.go fix: apply gofmt on all files, add revive action 2022-06-17 16:06:59 +09:00
exchange.go all: simplify underlying exchange submitOrder method 2022-09-09 18:41:06 +08:00
generate_symbol_map.go fix: apply gofmt on all files, add revive action 2022-06-17 16:06:59 +09:00
parse.go refactor websocket stream into standard websocket stream 2022-01-02 01:54:47 +08:00
stream_callbacks.go kucoin: fix kline parsing and subscription 2021-12-23 17:49:18 +08:00
stream.go fix: apply gofmt on all files, add revive action 2022-06-17 16:06:59 +09:00
symbols.go fix: apply gofmt on all files, add revive action 2022-06-17 16:06:59 +09:00
websocket.go fixedpoint for exchange and indicators, some fixes in types 2022-02-15 12:01:38 +09:00