bbgo_origin/pkg/exchange/okex
2024-03-18 18:56:37 +08:00
..
okexapi pkg/exchange: update okx url 2024-03-18 18:56:37 +08:00
convert_test.go pkg/exchange: fix trade id 2024-02-08 01:37:35 +08:00
convert.go pkg/exchange: rm redundant codes 2024-03-01 13:52:38 +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 fix: apply gofmt on all files, add revive action 2022-06-17 16:06:59 +09: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: refactor kline api 2024-01-29 20:59:53 +08:00
parse.go pkg/exchange: refactor kline api 2024-01-29 20:59:53 +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 pkg/exchange: support kline subscriptions 2024-01-30 12:17:50 +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