chore: remove unused argument time_in_ratio
It was there in preparation for kraken, but kraken doesn't seem to have this anymore.
This commit is contained in:
@@ -3934,7 +3934,6 @@ class Exchange:
|
|||||||
is_short: bool,
|
is_short: bool,
|
||||||
open_date: datetime,
|
open_date: datetime,
|
||||||
close_date: datetime,
|
close_date: datetime,
|
||||||
time_in_ratio: float | None = None,
|
|
||||||
) -> float:
|
) -> float:
|
||||||
"""
|
"""
|
||||||
calculates the sum of all funding fees that occurred for a pair during a futures trade
|
calculates the sum of all funding fees that occurred for a pair during a futures trade
|
||||||
@@ -3944,7 +3943,6 @@ class Exchange:
|
|||||||
:param is_short: trade direction
|
:param is_short: trade direction
|
||||||
:param open_date: The date and time that the trade started
|
:param open_date: The date and time that the trade started
|
||||||
:param close_date: The date and time that the trade ended
|
:param close_date: The date and time that the trade ended
|
||||||
:param time_in_ratio: Not used by most exchange classes
|
|
||||||
"""
|
"""
|
||||||
fees: float = 0
|
fees: float = 0
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user