# Table - Orders

### Purpose

Table Orders stores data on placed, completed and canceled orders.

### Table creation

1. To create an Orders Table please go to the left side menu and section Tables → Applications

![](/files/FMeXzwVK0putCTfFLBil)&#x20;

2. Left-click on the name of the Orders Table&#x20;
3. After clicking, a new tab will open with the Orders Table

**Active functions**

The table allows you to remove applications. Using the button on the table panel, you can cancel all orders. Using the icon on the line with the order, you can cancel one order. The table has the function "display only active orders".&#x20;

The table also has filtering by the fields Connect, Action, Type and State.

### Purpose of the fields

| Platform          | Connecter                                                                                                                                                    |
| ----------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Market type       | Market type                                                                                                                                                  |
| Connection        | Connection name                                                                                                                                              |
| Number            | ID orders at exchange                                                                                                                                        |
| Date              | Date of the order placement                                                                                                                                  |
| Time              | Time of the order placement                                                                                                                                  |
| Market instrument | Code of the market instrument                                                                                                                                |
| Transaction       | <p>Transaction type:</p><ul><li>Buy</li><li>Sell</li></ul>                                                                                                   |
| Type              | Order type                                                                                                                                                   |
| Price             | For active/canceled orders -it reflects  the estimated price of placing the order. For executed/partially executed orders - it reflects the execution price. |
| Stop-price        | Activation price of the trigger orders.                                                                                                                      |
| Volume            | Volume of the placed order заявки                                                                                                                            |
| Executed          | Volume of the executed order                                                                                                                                 |
| Residual          | Residual order volumen at a time instant                                                                                                                     |
| Status            | <p>Current order status:</p><ul><li>Active → Order is active</li><li>Executed → Order is executed</li><li>Canceled → Order is canceled</li></ul>             |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://1ex.gitbook.io/1ex-smart-dom/trading-tables/table-orders.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
