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

# ENUM

#### **术语解释:**

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

#### **订单状态:**

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

#### **订单种类:**

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

#### **订单方向:**

* `BUY` 买单
* `SELL` 卖单

#### **K线间隔:**

min -> 分钟; h -> 小时; day -> 天; week -> 周; month -> 月

* `1min`
* `5min`
* `15min`
* `30min`
* `60min`
* `1h`
* `4h`
* `1day`
* `1week`
* `1month`
