hummingbot / hummingbot

Open source software that helps you create and deploy high-frequency crypto trading bots
https://hummingbot.org
Apache License 2.0
8.19k stars 2.82k forks source link

Update MarketsRecorder and Connectors to support new `LimitOrder` fields #3680

Open Nullably opened 3 years ago

Nullably commented 3 years ago

Why

'creation_timestamp,filled_amountandstatus` have been added to LimitOrder. To make this data available to strategies and other parts of the system, we'll need to update MarketsRecorder, connectors and some other classes to store and propagate this new data.

What

Notes

DoD

┆Issue is synchronized with this Clickup task by Unito

petioptrv commented 3 years ago

Can we assume that this task will update one connector and that the rest are going to be in separate tasks?