Edwin
|
f0ad014837
|
pkg/exchange: support kline subscriptions
|
2024-01-30 12:17:50 +08:00 |
|
Edwin
|
429036985c
|
pkg/exchange: add new kline stream
|
2024-01-30 10:23:10 +08:00 |
|
Edwin
|
d2b45f5d58
|
pkg/exchange: refactor kline api
|
2024-01-29 20:59:53 +08:00 |
|
bailantaotao
|
8ceadd80f3
|
Merge pull request #1504 from c9s/edwin/okx/implement-ping-interval
FEATURE: [okx] set ping interval
|
2024-01-18 09:17:08 +08:00 |
|
bailantaotao
|
62c19b4d99
|
Merge pull request #1502 from c9s/edwin/okx/order-trade-event
REFACTOR: [okx] refactor order trade event by json.Unmarshal
|
2024-01-17 16:20:17 +08:00 |
|
Edwin
|
80d8c000bc
|
pkg/exchange: set ping interval
|
2024-01-17 15:58:54 +08:00 |
|
Edwin
|
c5d2047605
|
pkg/exchange: emit balance snapshot after authed
|
2024-01-17 14:15:44 +08:00 |
|
Edwin
|
91913f021c
|
pkg/exchange: refactor order trade event by json.Unmarshal
|
2024-01-16 15:36:51 +08:00 |
|
Edwin
|
1dedd32f42
|
pkg/exchange: support unsubscribe and resubscribe
|
2024-01-10 13:56:17 +08:00 |
|
Edwin
|
caef31d760
|
pkg/exchange: early return if error
|
2024-01-09 11:58:43 +08:00 |
|
Edwin
|
147b31d81d
|
pkg/exchange: refactor account stream
|
2024-01-09 10:59:35 +08:00 |
|
Edwin
|
2e34f7840a
|
pkg/exchange: support market trade streaming
|
2024-01-08 21:27:26 +08:00 |
|
Edwin
|
0b906606fe
|
pkg/exchange: refactor book and kline
|
2024-01-08 10:30:11 +08:00 |
|
Edwin
|
e56d8d1607
|
pkg/exchange: emit auth in each exchange
|
2023-09-14 12:01:20 +09:00 |
|
zenix
|
55fa4cc8f1
|
fix: apply gofmt on all files, add revive action
|
2022-06-17 16:06:59 +09:00 |
|
c9s
|
96fedfd311
|
okex: refactor okex stream
|
2022-01-02 02:37:33 +08:00 |
|
c9s
|
6f6dac611e
|
refactor websocket stream into standard websocket stream
|
2022-01-02 01:54:47 +08:00 |
|
c9s
|
d01b9968a6
|
okex: format comment
|
2021-12-23 23:40:49 +08:00 |
|
c9s
|
40c4dcf2a0
|
okex: remove event logging
|
2021-12-23 23:40:10 +08:00 |
|
c9s
|
562c287a4e
|
all: move publicOnly to StandardStream
|
2021-12-23 17:49:18 +08:00 |
|
TonyQ
|
75633dbf09
|
exchange/okex : implement bookticker for okex , #388
|
2021-12-23 12:42:13 +08:00 |
|
TonyQ
|
d7ac645253
|
exchange: update maskkey handling
|
2021-12-23 01:18:36 +08:00 |
|
c9s
|
7ff4051c61
|
binance: fix websocket handshake
|
2021-05-30 18:20:14 +08:00 |
|
c9s
|
0b935eff4f
|
fix connection lock call
|
2021-05-30 18:14:22 +08:00 |
|
c9s
|
8d12c9262f
|
okex: move connection context cancel calls
|
2021-05-30 15:54:31 +08:00 |
|
c9s
|
d6bd33a682
|
okex: remove unused code
|
2021-05-30 15:53:43 +08:00 |
|
c9s
|
1a05f6fbd4
|
okex: pull read timeout and adjust to 30 seconds
|
2021-05-30 00:32:06 +08:00 |
|
c9s
|
426a6157af
|
okex: fix ping connection lock
|
2021-05-29 00:27:28 +08:00 |
|
c9s
|
f49490f986
|
fix websocket ping/pong issue
|
2021-05-28 23:34:21 +08:00 |
|
c9s
|
002b28f75a
|
okex: implement candlestick api and improve kline console format
|
2021-05-28 20:51:10 +08:00 |
|
c9s
|
6407eab9c1
|
okex: convert order details into trades and orders
|
2021-05-28 02:21:35 +08:00 |
|
c9s
|
19b700dfba
|
okex: parse and convert account information
|
2021-05-28 01:14:11 +08:00 |
|
c9s
|
777701c0cb
|
add userdatastream cmd for testing private stream
|
2021-05-28 00:47:34 +08:00 |
|
c9s
|
545d0f18e3
|
okex: handle kline close event
|
2021-05-27 18:43:42 +08:00 |
|
c9s
|
2844b7c3a7
|
okex: add kline command for testing kline data
|
2021-05-27 18:35:34 +08:00 |
|
c9s
|
1d400e281c
|
okex: convert book data to book snapshot and book update
|
2021-05-27 16:01:15 +08:00 |
|
c9s
|
884e764fe7
|
okex: order book parsing
|
2021-05-27 15:48:51 +08:00 |
|
c9s
|
03431da00c
|
okex: remove private dial method
|
2021-05-27 15:16:01 +08:00 |
|
c9s
|
f4f4304df6
|
move Dial method to StandardStream
|
2021-05-27 15:14:58 +08:00 |
|
c9s
|
7d62a7634b
|
set market data stream to public
|
2021-05-27 15:11:44 +08:00 |
|
c9s
|
18045bb1e7
|
Move ReconnectC to the StandardStream
|
2021-05-27 14:42:14 +08:00 |
|
c9s
|
2538824661
|
okex: implement basic stream
|
2021-05-27 01:07:25 +08:00 |
|