From 8b485aadcde23f635acc911798e8e0bd06fd59f4 Mon Sep 17 00:00:00 2001 From: Chris Sellers Date: Wed, 10 Apr 2024 19:05:56 +1000 Subject: [PATCH] Update release notes --- RELEASES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/RELEASES.md b/RELEASES.md index aa0d76bcc93a..2a780d6b17fa 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -3,6 +3,8 @@ Released on TBD (UTC). ### Enhancements +- Implemented `FeeModel` including `FixedCommissionModel` and `MakerTakerFeeModel` (#1584), thanks @rsmb7z +- Implemented `TradeTickDataWrangler.process_bar_data` (#1585), thanks @rsmb7z - Implemented multiple timeframe bar execution (will use lowest timeframe per instrument) - Standardized adapter client logging (handle more logging from client base classes) - Simplified and consolidated Rust `OrderBook` design