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.

Last updated