exchange._get_maintenance_ratio_and_amount

This commit is contained in:
Sam Germain 2022-01-27 22:50:49 -06:00
parent e91aaa7d64
commit 0b5c2e97b3

View File

@ -2012,8 +2012,7 @@ class Exchange:
"""
:return: The maintenance margin ratio and maintenance amount
"""
# TODO-lev: return the real amounts
return (0, 0.4)
raise OperationalException(self.name + ' does not support leverage futures trading')
def liquidation_price(
self,