> ## Documentation Index
> Fetch the complete documentation index at: https://staging-docs.orderly.network/llms.txt
> Use this file to discover all available pages before exploring further.

# Orderly network types.ExchangeStatusEnum

[Orderly SDKs](/sdks/tech-doc/README) / [Modules](/sdks/tech-doc/modules) / [@orderly.network/types](/sdks/tech-doc/modules/orderly_network_types) / ExchangeStatusEnum

# Enumeration: ExchangeStatusEnum

[@orderly.network/types](/sdks/tech-doc/modules/orderly_network_types).ExchangeStatusEnum

## Table of contents

### Enumeration Members

* [Maintain](/sdks/tech-doc/enums/orderly_network_types.ExchangeStatusEnum#maintain)
* [Normal](/sdks/tech-doc/enums/orderly_network_types.ExchangeStatusEnum#normal)

## Enumeration Members

### Maintain

• **Maintain** = `1`

#### Defined in

[packages/types/src/constants.ts:18](https://github.com/OrderlyNetwork/js-sdk/blob/ba995f2/packages/types/src/constants.ts#L18)

***

### Normal

• **Normal** = `0`

#### Defined in

[packages/types/src/constants.ts:17](https://github.com/OrderlyNetwork/js-sdk/blob/ba995f2/packages/types/src/constants.ts#L17)
