We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3da0989 commit 633f19dCopy full SHA for 633f19d
1 file changed
investing_algorithm_framework/services/trade_service/trade_service.py
@@ -295,7 +295,6 @@ def _create_trade_metadata_with_sell_order_and_trades(
295
"""
296
sell_order_id = sell_order.id
297
updated_at = sell_order.updated_at
298
- sell_amount = sell_order.amount
299
sell_price = sell_order.price
300
301
for trade_data in trades:
0 commit comments