Add cost to partial test buy order
This commit is contained in:
parent
dbc3376fe9
commit
2dc46ca0b8
@ -1694,6 +1694,7 @@ def limit_buy_order_old_partial():
|
|||||||
'price': 0.00001099,
|
'price': 0.00001099,
|
||||||
'amount': 90.99181073,
|
'amount': 90.99181073,
|
||||||
'filled': 23.0,
|
'filled': 23.0,
|
||||||
|
'cost': 90.99181073 * 23.0,
|
||||||
'remaining': 67.99181073,
|
'remaining': 67.99181073,
|
||||||
'status': 'open'
|
'status': 'open'
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user