Added TODOs

This commit is contained in:
Sam Germain
2021-12-19 01:03:02 -06:00
parent 4f6203e45f
commit d0a300a2e1
2 changed files with 15 additions and 9 deletions

View File

@@ -1765,7 +1765,7 @@ class Exchange:
self._async_get_trade_history(pair=pair, since=since,
until=until, from_id=from_id))
@ retrier
@retrier
def _get_funding_fees_from_exchange(self, pair: str, since: Union[datetime, int]) -> float:
"""
Returns the sum of all funding fees that were exchanged for a pair within a timeframe
@@ -1871,7 +1871,7 @@ class Exchange:
"""
return open_date.minute > 0 or open_date.second > 0
@ retrier
@retrier
def set_margin_mode(self, pair: str, collateral: Collateral, params: dict = {}):
"""
Set's the margin mode on the exchange to cross or isolated for a specific pair