Add cost to partial test buy order

This commit is contained in:
Matthias 2022-07-06 07:07:28 +02:00
parent dbc3376fe9
commit 2dc46ca0b8
1 changed files with 1 additions and 0 deletions

View File

@ -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'
}