bbgo_origin/pkg/exchange/binance
2023-11-17 17:14:52 +08:00
..
binanceapi improve/binance: update futures account api to v2 2023-09-07 15:21:47 +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 binance: set exchange field for margin records 2022-06-01 19:40:29 +08:00
convert.go binance,max: store original order status into the order struct 2023-11-17 17:14:52 +08:00
exchange_test.go feature: add market trade subscription in binance 2022-03-18 18:30:39 +09:00
exchange.go pkg/exchange: add time to SliceOrderBook 2023-09-01 17:54:40 +08:00
futures.go improve/binance: rename variable to comply with golang naming convention 2023-09-08 18:14:51 +08:00
historical_trades.go feature: get historical public trades from binance 2023-01-19 13:07:01 +09:00
margin_history.go binance: refine liquidation history api 2022-05-30 18:08:54 +08:00
parse_test.go fix: replace json.Number with MillisecondTimestamp in types 2023-09-27 15:52:02 +09:00
parse.go Merge pull request #1232 from zenixls2/feature/forceOrder 2023-10-05 21:46:49 +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