mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-19 23:04:21 +01:00
-) updated CHANGELOG
-) updated example get_authenticated_data.py -) updated string formatter margin_info.py and margin_info_base.py
This commit is contained in:
@@ -43,4 +43,5 @@ class MarginInfo:
|
||||
return MarginInfo(symbol, tradable_balance, gross_balance, buy, sell)
|
||||
|
||||
def __str__(self):
|
||||
return "Margin Info {}".format(self.symbol)
|
||||
return "Margin Info {} buy={} sell={} tradable_balance={} gross_balance={}" \
|
||||
"".format(self.symbol, self.buy, self.sell, self. tradable_balance, self. gross_balance)
|
||||
|
||||
Reference in New Issue
Block a user