Adjust sequence of trade json output

This commit is contained in:
Matthias
2023-09-15 07:15:16 +02:00
parent 41765b14dc
commit 3919bf3740

View File

@@ -627,8 +627,8 @@ class LocalTrade:
'amount_precision': self.amount_precision,
'price_precision': self.price_precision,
'precision_mode': self.precision_mode,
'orders': orders_json,
'has_open_orders': self.has_open_orders,
'orders': orders_json,
}
@staticmethod