# Status codes for markets

This represents status codes for the specific market(trading pair).

**INACTIVE(= 0)**: Currently this market is not active at the moment and users can't place the orders.

**ACTIVE(= 1)**: It is active and users can place orders.

**NOT\_IN\_USE(= 2)**: This market is not in use anymore.

**DISABLE\_ORDERS(= 3)**: Placing orders is disabled for the market, but existing orders will get processed.

**DISABLE\_FILLS(= 4)**: Filling the existing orders for this market is disabled.

**DISABLE\_ORDERS\_FILLS(= 5)**: This option disables both placing and filling orders.

**DISABLE\_STOPLOSS\_TAKEPROFIT(= 6)**: Disable stoploss and takeprofit activity.
