bbgo_origin/pkg/exchange/okex/okexapi
2023-10-03 15:14:49 +08:00
..
cancel_order_request_accessors.go okex: rewrite okex api request with requestgen 2021-12-13 14:55:44 +08:00
client_test.go add constructor to check url error 2023-09-06 21:21:13 +08:00
client.go add constructor to check url error 2023-09-06 21:21:13 +08:00
get_order_history_request_requestgen.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
get_order_history_request.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
get_transaction_history_request_requestgen.go use NewGetTransactionHistoryRequest for QueryTrades and use billID for pagination 2023-10-02 18:47:05 +08:00
get_transaction_history_request.go use NewGetTransactionHistoryRequest for QueryTrades and use billID for pagination 2023-10-02 18:47:05 +08:00
market.go refactor okex to future use 2023-09-06 19:14:21 +08:00
place_order_request_accessors.go okex: rewrite okex api request with requestgen 2021-12-13 14:55:44 +08:00
public.go refactor okex to future use 2023-09-06 19:14:21 +08:00
trade.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