mirror of
https://github.com/discountry/ritmex-bot.git
synced 2026-09-11 17:28:08 +00:00
更新文档,添加和修改多个API接口的描述,确保文档内容的准确性和完整性,提升开发者使用体验。
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
!!! info "[OrderStatus](/../../schemas/order_status)"
|
||||
|Value| Description |
|
||||
|-|-|
|
||||
|`PENDING` = 1|Order has been sent to the matching engine and is pending a transition to open/filled/rejected.|
|
||||
|`OPEN` = 2|Order is actively matching on the matching engine, could be unfilled or partially filled.|
|
||||
|`FILLED` = 3|Order is fully filled and hence closed. Taker Orders can transition directly from pending to filled, without going through open.|
|
||||
|`REJECTED` = 4|Order is rejected by matching engine since if fails a particular check (See OrderRejectReason). Once an order is open, it cannot be rejected.|
|
||||
|`CANCELLED` = 5|Order is cancelled by the user using one of the supported APIs (See OrderRejectReason). Before an order is open, it cannot be cancelled.|
|
||||
Reference in New Issue
Block a user