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 :return: The maintenance margin ratio and maintenance amount
""" """
# TODO-lev: return the real amounts raise OperationalException(self.name + ' does not support leverage futures trading')
return (0, 0.4)
def liquidation_price( def liquidation_price(
self, self,