exchange.get_max_leverage pair is required

This commit is contained in:
Sam Germain
2022-01-19 21:41:43 -06:00
parent caff7e227f
commit 1f8111d1c6
2 changed files with 2 additions and 5 deletions

View File

@@ -1807,7 +1807,7 @@ class Exchange:
"""
return
def get_max_leverage(self, pair: Optional[str], nominal_value: Optional[float]) -> float:
def get_max_leverage(self, pair: str, nominal_value: float) -> float:
"""
Returns the maximum leverage that a pair can be traded at
:param pair: The base/quote currency pair being traded