bbgo_origin/pkg/exchange/binance
2024-02-23 18:36:52 +08:00
..
binanceapi binance: add TestClient_GetDepth test 2024-02-06 15:33:55 +08:00
cancel_replace.go pkg: return err if rate limit err 2023-07-25 15:09:57 +08:00
convert_futures.go improve/binance: update futures account api to v2 2023-09-07 15:21:47 +08:00
convert_margin.go pkg/exchange: update borrow/repay api changes 2024-02-05 12:11:36 +08:00
convert.go all: add exchange field to types.Market 2024-02-23 18:36:52 +08:00
exchange_test.go feature: add market trade subscription in binance 2022-03-18 18:30:39 +09:00
exchange.go add LastUpdateId to the SliceOrderBook struct 2024-02-06 15:28:55 +08:00
futures.go binance: implement GetDepthRequest with requestgen 2024-02-06 15:28:55 +08:00
historical_trades.go feature: get historical public trades from binance 2023-01-19 13:07:01 +09:00
margin_history.go pkg/exchange: update borrow/repay api changes 2024-02-05 12:11:36 +08:00
parse_test.go fix: replace json.Number with MillisecondTimestamp in types 2023-09-27 15:52:02 +09:00
parse.go binance: define more event types 2024-02-06 15:28:56 +08:00
reward.go reformat go code 2022-06-21 01:25:47 +08:00
stream_callbacks.go feature: add forceOrder api for binance to show liquid info 2023-09-26 15:22:09 +09:00
stream.go Merge pull request #1232 from zenixls2/feature/forceOrder 2023-10-05 21:46:49 +08:00
ticker_test.go check env vars for query related tests 2021-12-05 01:11:47 +08:00