This commit is contained in:
Matthias 2019-03-08 21:17:12 +01:00
parent 8babf0d2b5
commit 0a2cacbba8
1 changed files with 1 additions and 1 deletions

View File

@ -298,7 +298,7 @@ class Exchange(object):
'amount': amount,
"cost": amount * rate,
'type': ordertype,
'side': 'buy',
'side': side,
'remaining': amount,
'datetime': arrow.utcnow().isoformat(),
'status': "open",