bbgo_origin/pkg/exchange/bybit
c9s dcd837f0f9
Merge pull request #1372 from bailantaotao/edwin/fix-precision
FIX: [bybit][kucoin] fix negative volume, price precision
2023-10-28 08:09:51 +08:00
..
bybitapi pkg/exchange: fix quantity coin unit 2023-08-18 01:08:09 +08:00
mocks pkg/exchange: emit balance snapshot 2023-09-26 17:13:20 +08:00
convert_test.go pkg/exchange: fix precision 2023-10-27 12:52:36 +08:00
convert.go pkg/exchange: use NumFractionalDigits instead of math.Log10(Float64) due to precision problem 2023-10-27 15:28:35 +08:00
exchange.go pkg/exchange: rename tradeRateLimiter to queryOrderTradeRateLimiter 2023-10-25 21:36:26 +08:00
stream_callbacks.go pkg/exchange: support market trade for bybit 2023-09-11 00:54:02 +08:00
stream_test.go pkg/exchange: support order book depth 200 on bybit 2023-10-12 11:11:26 +08:00
stream.go pkg/exchange: Use the same conn to avoid concurrent write issues. 2023-10-27 16:03:03 +08:00
types_test.go pkg/exchange: support market trade for bybit 2023-09-11 00:54:02 +08:00
types.go pkg/exchange: emit auth in each exchange 2023-09-14 12:01:20 +09:00