.. |
okexapi
|
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 |
convert.go
|
print local interval in error message
|
2023-10-04 16:24:32 +08:00 |
exchange.go
|
add supported interval for okex
|
2023-10-04 12:38:59 +08:00 |
gensymbols.go
|
fix: apply gofmt on all files, add revive action
|
2022-06-17 16:06:59 +09:00 |
parse_test.go
|
pkg/exchange: refactor book and kline
|
2024-01-08 10:30:11 +08:00 |
parse.go
|
pkg/exchange: refactor book and kline
|
2024-01-08 10:30:11 +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 book and kline
|
2024-01-08 10:30:11 +08:00 |
stream_test.go
|
pkg/exchange: refactor book and kline
|
2024-01-08 10:30:11 +08:00 |
stream.go
|
pkg/exchange: refactor book and kline
|
2024-01-08 10:30:11 +08:00 |
symbols.go
|
fix: apply gofmt on all files, add revive action
|
2022-06-17 16:06:59 +09:00 |
types.go
|
turn ToGlobalInterval to ToLocalInterval, use Map to turn to local interval
|
2023-10-04 14:23:13 +08:00 |