v1.157.0
nautechsystems/nautilus_traderv1.157.0Oct 23, 2022by github-actions[bot]
AI Summary
Beta release adding experimental local order emulation for all order types and latency metrics to the HTTP client.
Key Highlights
- Added experimental local order emulation for all order types (except MARKET and MARKET_TO_LIMIT).
- Added `min_latency`, `max_latency`, and `avg_latency` to `HttpClient`.
- Fixed Binance Spot `display_qty` for iceberg orders.
New Features
- Experimental local order emulation
- Added `min_latency`, `max_latency`, and `avg_latency` to `HttpClient`
Full Release Notes
# NautilusTrader 1.157.0 Beta Released on 24th October 2022 (UTC). ### Breaking Changes - None ### Enhancements - Added experimental local order emulation for all order types (except `MARKET` and `MARKET_TO_LIMIT`) [see docs](https://docs.nautilustrader.io/user_guide/advanced/emulated_orders.html) - Added `min_latency`, `max_latency` and `avg_latency` to `HttpClient` base class ### Fixes - Fixed Binance Spot `display_qty` for iceberg orders, thanks @JackMa - Fixed Binance HTTP client error logging