Add missing fields to json (and json parse)

This commit is contained in:
Matthias
2023-09-16 14:01:27 +02:00
parent 3a7f390510
commit 394d758d32
4 changed files with 17 additions and 0 deletions

View File

@@ -90,6 +90,7 @@ def test_rpc_trade_status(default_conf, ticker, fee, mocker) -> None:
'amount_precision': 8.0,
'price_precision': 8.0,
'precision_mode': 2,
'contract_size': 1,
'has_open_orders': False,
'orders': [{
'amount': 91.07468123, 'average': 1.098e-05, 'safe_price': 1.098e-05,