Files
DinQuant/backend_api_python/app/services/live_trading
TIANHE e5bb37bcbb fix: Improve decimal precision handling across all exchange clients
- Add strict_precision parameter to _dec_str methods
- Modify quantity normalization methods to return (Decimal, precision) tuple
- Infer precision from stepSize/lotSz/qtyStep for accurate formatting
- Update all order placement methods to use precision information
- Fix LOT_SIZE filter errors by strictly limiting decimal places

Affected exchanges:
- Binance Spot & Futures
- OKX
- Bybit
- Bitget Spot & Futures
- Deepcoin

This ensures order quantities are formatted with correct precision matching exchange requirements.
2026-02-11 18:28:06 +08:00
..
2025-12-29 03:06:49 +08:00
2025-12-29 03:06:49 +08:00
2026-01-13 04:01:42 +08:00
new
2026-01-14 05:58:08 +08:00
2026-01-26 20:32:34 +08:00