Add comment for funding fees running

This commit is contained in:
Matthias 2023-10-12 07:25:46 +02:00
parent fee3c598d0
commit 368bfcf476

View File

@ -394,6 +394,8 @@ class LocalTrade:
# Futures properties
funding_fees: Optional[float] = None
# Used to keep running funding fees - between the last filled order and now
# Shall not be used for calculations!
funding_fee_running: Optional[float] = None
@property