bbgo_origin/pkg/exchange/okex
2023-10-04 16:24:32 +08:00
..
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.go Merge pull request #1299 from bailantaotao/edwin/add-server-time 2023-09-05 16:36:20 +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 okex: refactor okex stream 2022-01-02 02:37:33 +08:00
stream.go pkg/exchange: emit auth in each exchange 2023-09-14 12:01:20 +09: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