Fix #1637
This commit is contained in:
parent
8babf0d2b5
commit
0a2cacbba8
@ -298,7 +298,7 @@ class Exchange(object):
|
|||||||
'amount': amount,
|
'amount': amount,
|
||||||
"cost": amount * rate,
|
"cost": amount * rate,
|
||||||
'type': ordertype,
|
'type': ordertype,
|
||||||
'side': 'buy',
|
'side': side,
|
||||||
'remaining': amount,
|
'remaining': amount,
|
||||||
'datetime': arrow.utcnow().isoformat(),
|
'datetime': arrow.utcnow().isoformat(),
|
||||||
'status': "open",
|
'status': "open",
|
||||||
|
Loading…
Reference in New Issue
Block a user