c9s
|
ec72a922c8
|
all: add subscribe depth options
|
2022-01-12 22:27:42 +08:00 |
|
c9s
|
f9e72dc79f
|
binance: subscribe binance depth10@100ms
|
2022-01-12 22:17:07 +08:00 |
|
c9s
|
1a61935850
|
add depth buffer logs
|
2022-01-12 21:55:26 +08:00 |
|
c9s
|
8c2228f428
|
cmd: use time.Local for the local timezone
|
2022-01-12 15:33:04 +08:00 |
|
Yo-An Lin
|
30c1dd3e3d
|
Merge pull request #424 from tony1223/bug/binance-add-ratelimiter
fix: [binance] add order rate limiter
|
2022-01-12 12:53:51 +08:00 |
|
Yo-An Lin
|
c2b121f9ee
|
Merge pull request #432 from jessy1092/ftx/support-limit-maker
ftx: Support LIMIT_MAKER and IOC_LIMIT order type
|
2022-01-12 12:50:57 +08:00 |
|
Lee
|
523d9b3071
|
ftx: Support LIMIT_MAKER and IOC_LIMIT order type
|
2022-01-12 03:47:12 +08:00 |
|
c9s
|
b302adcc7e
|
types: add and use OrderError
|
2022-01-11 18:00:07 +08:00 |
|
c9s
|
857db529af
|
binance: show order info in the error
|
2022-01-11 17:05:36 +08:00 |
|
c9s
|
b56c800e12
|
binance: add order status to the error message
|
2022-01-11 16:47:55 +08:00 |
|
c9s
|
97422f26e7
|
binance: should return error when order does not contain orderID or clientOrderID
|
2022-01-11 16:38:02 +08:00 |
|
c9s
|
96ffab9cd8
|
binance: add details to order cancel error
|
2022-01-11 16:35:49 +08:00 |
|
c9s
|
4a8751e486
|
binance: fix listen key keep alive worker call
|
2022-01-11 14:16:35 +08:00 |
|
c9s
|
eefee46e9b
|
binance: invert if
|
2022-01-11 13:38:03 +08:00 |
|
c9s
|
cf07ca7aa0
|
binance: adjust listen key update interval to longer period
|
2022-01-11 13:37:02 +08:00 |
|
c9s
|
71a0604e72
|
use fixedpoint to parse payload directly
|
2022-01-11 01:41:33 +08:00 |
|
c9s
|
e5b4af53e6
|
all: clean up SubmitOrder fields
|
2022-01-11 01:36:19 +08:00 |
|
c9s
|
4b0e721580
|
binance: change binance debug client env var name to debug-binance-client
|
2022-01-10 16:37:41 +08:00 |
|
TonyQ
|
25801f9f63
|
add ratelmiter
|
2022-01-10 16:33:19 +08:00 |
|
c9s
|
6c3ee314d9
|
binance: fix order cancel client order id usage
|
2022-01-10 13:29:27 +08:00 |
|
c9s
|
8b6cae9107
|
max: fix max authenticated event parsing
|
2022-01-02 12:20:38 +08:00 |
|
c9s
|
e04139a330
|
max: clean up and refactor max stream
|
2022-01-02 12:02:36 +08:00 |
|
c9s
|
cc0e5f71b0
|
clean up binance stream
|
2022-01-02 12:02:36 +08:00 |
|
Yo-An Lin
|
b22bb4b28d
|
Merge pull request #416 from tony1223/bug/415-ftx-kline
exchange/ftx: #415 fix kline issue
|
2022-01-02 02:46:22 +08:00 |
|
c9s
|
85c14e5966
|
binance: fix parser tests
|
2022-01-02 02:44:47 +08:00 |
|
c9s
|
dcea623264
|
binance: change listen key update interval to 10 minutes
|
2022-01-02 02:41:58 +08:00 |
|
c9s
|
96fedfd311
|
okex: refactor okex stream
|
2022-01-02 02:37:33 +08:00 |
|
TonyQ
|
8315607de3
|
exchange/ftx: #415 fix kline issue
|
2022-01-02 02:34:29 +08:00 |
|
c9s
|
9d382a6b8c
|
binance: use sync.Once to protect the set server time calls
|
2022-01-02 02:14:04 +08:00 |
|
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
|
ab0519c4be
|
start time is required for syncing trades
|
2022-01-01 02:50:07 +08:00 |
|
c9s
|
7d64a30a6b
|
kucoin: fix launch date with local time zone
|
2022-01-01 02:45:47 +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
|
6d5ab33d17
|
kucoin: fix kucoin order query
|
2022-01-01 01:28:29 +08:00 |
|
c9s
|
556a581ae1
|
kucoin: add kucoin list history orders request
|
2022-01-01 00:46:33 +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
|
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 |
|