> For the complete documentation index, see [llms.txt](https://help.zke.com/api_cn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.zke.com/api_cn/enum.md).

# ENUM

**术语解释:**

* `base` 指一个交易对的交易对象，即写在靠前部分的资产名
* `quote` 指一个交易对的定价资产，即写在靠后部分资产名

**订单状态:**

* `NEW` 新建订单
* `PARTIALLY_FILLED` 部分成交
* `FILLED` 全部成交
* `CANCELED` 已撤销
* `PENDING_CANCEL` 正在撤销中
* `REJECTED` 订单被拒绝

**订单种类:**

* `LIMIT` 限价单
* `MARKET` 市价单

**订单方向:**

* `BUY` 买单
* `SELL` 卖<br>
