temp commit message

This commit is contained in:
Sam Germain
2021-09-10 16:28:34 -06:00
parent 232d10f300
commit 8e83cb4d64
2 changed files with 5 additions and 12 deletions

View File

@@ -1555,14 +1555,6 @@ class Exchange:
except ccxt.BaseError as e:
raise OperationalException(e) from e
def _get_mark_price(self, pair: str, when: datetime):
"""
Get's the value of the underlying asset for a futures contract
at a specific date and time in the past
"""
# TODO-lev: implement
raise OperationalException(f"get_mark_price has not been implemented for {self.name}")
def _get_funding_rate(self, pair: str, when: datetime):
"""
Get's the funding_rate for a pair at a specific date and time in the past