A market can be assigned one of the following statuses:

* **Open**: The market is operating properly and accepts orders via Trading terminal and API. Market data for charts is persisted.
* **Paused**: The market stops accepting incoming orders via Trading terminal and API (previously placed Limit orders still await execution). Market data for charts is persisted.
* **Halted**: The market stops accepting incoming orders via Trading terminal and API. All open Limit orders will be cancelled. Market data for charts is persisted.
* **Disabled**: The market stops accepting incoming orders via Trading terminal and API. All open Limit orders will be cancelled. Market data for charts is not persisted.
* **Archived**: The market is retired from regular operations. It doesn't accept trading activity, isn't included in market synchronization responses, and its historical chart data is deleted.
