bbgo_origin/pkg/exchange/batch
2023-03-27 16:03:06 +08:00
..
batch_test.go fix: apply gofmt on all files, add revive action 2022-06-17 16:06:59 +09:00
closedorders.go remove general rate limiter from batch query since it's already handled in the exchange 2022-06-02 16:52:33 +08:00
deposit.go batch: add DepositBatchQuery 2022-06-08 15:49:44 +08:00
funding_fee.go batch: fix binance query return type 2023-03-26 00:56:24 +08:00
kline.go fix timezone issue for sqlite and mysql 2022-06-07 00:48:13 +08:00
margin_interest.go all: rename types.MarginHistory to types.MarginHistoryService 2023-03-26 00:53:43 +08:00
margin_liquidation.go all: rename types.MarginHistory to types.MarginHistoryService 2023-03-26 00:53:43 +08:00
margin_loan.go all: rename types.MarginHistory to types.MarginHistoryService 2023-03-26 00:53:43 +08:00
margin_repay.go all: rename types.MarginHistory to types.MarginHistoryService 2023-03-26 00:53:43 +08:00
reward.go batch: refactor batch query 2022-05-31 00:59:33 +08:00
time_range_query_test.go batch: refactor batch query 2022-05-31 00:59:33 +08:00
time_range_query.go FIX: end batch query if start > end 2023-03-27 16:03:06 +08:00
trade.go make end_time down to start_time + 3 days if end_time > start_time + 3 days 2023-03-14 18:39:36 +08:00
withdraw_test.go add TestWithdrawBatchQuery test 2022-06-02 13:56:24 +08:00
withdraw.go fix withdraw sync and improve withdraw string format 2022-06-02 13:56:24 +08:00