mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2026-01-04 22:44:19 +01:00
Add docstrings to functions
This commit is contained in:
@@ -137,5 +137,5 @@ class Order:
|
||||
|
||||
def __str__(self):
|
||||
''' Allow us to print the Order object in a pretty format '''
|
||||
return "Order <'{0}' mtsCreate={1} {2}>".format(self.symbol, self.mtsCreate,
|
||||
self.status)
|
||||
return "Order <'{}' mtsCreate={} status='{}' id={}>".format(self.symbol, self.mtsCreate,
|
||||
self.status, self.id)
|
||||
|
||||
Reference in New Issue
Block a user