diff --git a/vocs-docs/docs/pages/types/api_order_status.mdx b/vocs-docs/docs/pages/types/api_order_status.mdx index 8c7b32d6f..6e70b1e33 100644 --- a/vocs-docs/docs/pages/types/api_order_status.mdx +++ b/vocs-docs/docs/pages/types/api_order_status.mdx @@ -2,5 +2,9 @@ `ApiOrderStatus` is an enum consists of the following values -- `OrderStatus` -- `BestEffort` \ No newline at end of file +- `OPEN` +- `FILLED` +- `CANCELED` +- `BEST_EFFORT_CANCELED` +- `BEST_EFFORT_OPENED` +- `UNTRIGGERED` \ No newline at end of file diff --git a/vocs-docs/docs/pages/types/order_status.mdx b/vocs-docs/docs/pages/types/order_status.mdx index 02ffec70f..5fa585cea 100644 --- a/vocs-docs/docs/pages/types/order_status.mdx +++ b/vocs-docs/docs/pages/types/order_status.mdx @@ -2,8 +2,8 @@ `OrderStatus` is an enum consists of the following values -- `Open` -- `Filled` -- `Canceled` -- `BestEffortCanceled` -- `Untriggered` \ No newline at end of file +- `OPEN` +- `FILLED` +- `CANCELED` +- `BEST_EFFORT_CANCELED` +- `UNTRIGGERED` \ No newline at end of file