.. |
okexapi
|
chore: fix function names in comment
|
2024-04-29 16:38:55 +08:00 |
convert_test.go
|
pkg/exchange: fix trade id
|
2024-02-08 01:37:35 +08:00 |
convert.go
|
okex: fix order book subscription channels
|
2024-06-03 16:07:47 +08:00 |
exchange_test.go
|
pkg/exchange: use 3 days trade api if start time - now < 3 days
|
2024-03-14 17:21:17 +08:00 |
exchange.go
|
pkg/exchange: use 3 days trade api if start time - now < 3 days
|
2024-03-14 17:21:17 +08:00 |
gensymbols.go
|
pkg/exchange: update okx symbols
|
2024-05-16 15:29:47 +08:00 |
kline_stream.go
|
pkg/exchange: support kline subscriptions
|
2024-01-30 12:17:50 +08:00 |
klinestream_callbacks.go
|
pkg/exchange: add new kline stream
|
2024-01-30 10:23:10 +08:00 |
parse_test.go
|
pkg/exchange: add conn count info event
|
2024-06-03 17:01:57 +08:00 |
parse.go
|
Merge pull request #1650 from c9s/c9s/fix-okex-book-subscription
|
2024-06-03 17:55:26 +08:00 |
query_closed_orders_test.go
|
use types.StrInt64 for billID and add more comment for QueryTrades() and comment out personal unit test
|
2023-10-03 15:14:49 +08:00 |
query_kline_test.go
|
use interval [1m/3m/5m/15m/30m/1H/2H/4H] and [/6Hutc/12Hutc/1Dutc/2Dutc/3Dutc/1Wutc/1Mutc] and add unit test
|
2023-10-04 12:39:30 +08:00 |
query_order_test.go
|
add QueryClosedOrders() and QueryTrades() for okex, also fix conflict for QueryOrderTrades() and update typo error in QueryOrderTrades()
|
2023-09-26 01:05:09 +08:00 |
query_order_trades_test.go
|
add QueryOrderTrades() for okex
|
2023-09-14 14:54:02 +08:00 |
query_trades_test.go
|
use default limit if not pass AND add more unit test
|
2023-10-03 12:29:30 +08:00 |
stream_callbacks.go
|
pkg/exchange: refactor order trade event by json.Unmarshal
|
2024-01-16 15:36:51 +08:00 |
stream_test.go
|
pkg/exchange: support kline subscriptions
|
2024-01-30 12:17:50 +08:00 |
stream.go
|
Merge pull request #1650 from c9s/c9s/fix-okex-book-subscription
|
2024-06-03 17:55:26 +08:00 |
symbols.go
|
pkg/exchange: update to latest
|
2024-09-10 17:11:58 +08:00 |
types.go
|
turn ToGlobalInterval to ToLocalInterval, use Map to turn to local interval
|
2023-10-04 14:23:13 +08:00 |