Use LocalTrade for typehint

This commit is contained in:
Matthias 2023-12-11 19:12:08 +01:00
parent eac5d53a64
commit 30f94ef5b7

View File

@ -748,7 +748,7 @@ class Backtesting:
return t
return None
def _run_funding_fees(self, trade: Trade, current_time: datetime, force: bool = False):
def _run_funding_fees(self, trade: LocalTrade, current_time: datetime, force: bool = False):
"""
Calculate funding fees if necessary and add them to the trade.
"""