Commit Graph

3002 Commits

Author SHA1 Message Date
c9s
ffe216ca2d kucoin: remove unused fields 2022-01-02 02:11:55 +08:00
c9s
76d11af284 kucoin: fix connection field 2022-01-02 02:11:36 +08:00
c9s
f4bfd8cc6b all: move Reconnector to standard stream 2022-01-02 02:08:34 +08:00
c9s
6f6dac611e refactor websocket stream into standard websocket stream 2022-01-02 01:54:47 +08:00
c9s
073845baa1 bump version to v1.22.3 2022-01-01 02:52:14 +08:00
c9s
3c57ce788e add startTime to the trade sync query 2022-01-01 02:51:58 +08:00
c9s
ab0519c4be start time is required for syncing trades 2022-01-01 02:50:07 +08:00
c9s
83053ab807 bump version to v1.22.3 2022-01-01 02:45:59 +08:00
c9s
7d64a30a6b kucoin: fix launch date with local time zone 2022-01-01 02:45:47 +08:00
c9s
f7000ad3ac add v1.22.3 release note 2022-01-01 02:43:48 +08:00
c9s
0fc5f74cb1 bump version to v1.22.3 2022-01-01 02:43:48 +08:00
c9s
129f44bbcb fix empty start time sync issue 2022-01-01 02:43:08 +08:00
c9s
25f01b8837 kucoin: refactor ticker request 2022-01-01 02:07:48 +08:00
c9s
be408055a6 kucoin: refactor account service api 2022-01-01 02:04:20 +08:00
c9s
4e747848f6 add v1.22.2 release note 2022-01-01 01:35:38 +08:00
c9s
61736a6263 bump version to v1.22.2 2022-01-01 01:35:37 +08:00
c9s
6ff24e713e xmaker: fix notification format 2022-01-01 01:34:48 +08:00
Yo-An Lin
4e875a4b3f
Merge pull request #414 from c9s/c9s/kucoin-get-history-orders
feature: add kucoin history orders api
2022-01-01 01:32:24 +08:00
c9s
6d5ab33d17 kucoin: fix kucoin order query 2022-01-01 01:28:29 +08:00
c9s
1652c17e33 config: clean up xmaker config 2022-01-01 01:06:08 +08:00
c9s
abc7dc0a2b doc: add history orders command 2022-01-01 00:51:31 +08:00
c9s
b365021118 kucoin: add history orders support 2022-01-01 00:51:02 +08:00
c9s
556a581ae1 kucoin: add kucoin list history orders request 2022-01-01 00:46:33 +08:00
c9s
809528a9cc bump version to v1.22.1 2021-12-31 15:27:01 +08:00
c9s
6055f90680 xmaker: add cover and uncover logs 2021-12-31 15:26:51 +08:00
c9s
f4ab95b30f add v1.22.1 release note 2021-12-31 15:17:30 +08:00
c9s
5b250d0e28 bump version to v1.22.1 2021-12-31 15:17:30 +08:00
c9s
1116fc1de1 session: print klines only when debug-kline is enabled 2021-12-31 15:13:26 +08:00
c9s
899e8d2d58 Revert "xmaker: fix s.state.CoveredPosition.AtomicAdd add"
This reverts commit 5999dc1151.
2021-12-31 14:23:02 +08:00
c9s
e05da17f4f sync: skip rejected withdraw record 2021-12-31 14:20:36 +08:00
c9s
eba33329d1 always sort orders and trades in the batch query 2021-12-31 14:12:41 +08:00
c9s
2a8caa3780 batch: show trade sync time range in the message 2021-12-31 13:56:53 +08:00
c9s
20c6c7eb9a all: fix trade, order sync for kucoin 2021-12-31 13:52:16 +08:00
c9s
5f84f13e21 kucoin: fix trade time field issue 2021-12-31 13:20:34 +08:00
c9s
5999dc1151 xmaker: fix s.state.CoveredPosition.AtomicAdd add 2021-12-31 02:00:39 +08:00
c9s
63ccc2d3d0 bbgo: remove order if ExecutedQuantity is zero 2021-12-31 01:55:22 +08:00
c9s
aaa52ecea4 xmaker: remove unsued localTimeZone var 2021-12-31 01:53:30 +08:00
c9s
2ba526940e add v1.22.0 release note 2021-12-31 01:52:29 +08:00
c9s
f2b852c486 bump version to v1.22.0 2021-12-31 01:52:29 +08:00
c9s
e09b4fa5fb kucoin: rewrite cancel all orders request 2021-12-31 01:50:56 +08:00
c9s
6addd503aa kucoin: generate PlaceOrderRequest with requestgen 2021-12-31 01:43:31 +08:00
c9s
af19875e2e kucoin: fix predefined generate command alias 2021-12-31 01:39:45 +08:00
c9s
b91bf10a7c kucoin: remove New prefix from the requests 2021-12-31 01:36:41 +08:00
Yo-An Lin
8aef3c002a
Merge pull request #412 from austin362667/refactor/futures-account
binance: add futures stream
2021-12-31 01:27:34 +08:00
c9s
b8b5ccdd2d kucoin: refactor account service with requestgen 2021-12-31 01:25:04 +08:00
austin362667
9483a0d10d binance: modify methods for registering callbacks 2021-12-31 00:11:47 +08:00
austin362667
65d37c1983 binance: add futures stream 2021-12-31 00:08:27 +08:00
austin362667
3d63032f7d types: modify Positions to FuturesPositions 2021-12-31 00:08:27 +08:00
austin362667
5cc768031e binance: add FuturesPosition conversion 2021-12-31 00:08:27 +08:00
austin362667
b000f572b4 types: add FuturesPosition 2021-12-31 00:08:27 +08:00