Add cost to partial test buy order

pull/7057/head
Matthias 4 years ago
parent dbc3376fe9
commit 2dc46ca0b8

@ -1694,6 +1694,7 @@ def limit_buy_order_old_partial():
'price': 0.00001099,
'amount': 90.99181073,
'filled': 23.0,
'cost': 90.99181073 * 23.0,
'remaining': 67.99181073,
'status': 'open'
}

Loading…
Cancel
Save