# VOFillOrders

#### Blockchain Virtual Operations

* fill\_order

#### Columns

| **Name**              | **Description**              |
| --------------------- | ---------------------------- |
| current\_owner        | account who filled the order |
| current\_orderid      | order identifier             |
| current\_pays         | amount of asset              |
| current\_pays\_symbol | symbol of asset              |
| open\_owner           | account who issued an order  |
| open\_orderid         | order identifier             |
| open\_pays            | amount of asset              |
| open\_pays\_symbol    | asset symbol                 |

#### Description

This virtual operation is issued when orders on the internal market are filled (see [TxLimitOrdersCreates](/technical-informations/operations/txlimitorders.md))


---

# 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://docs.hivesql.io/technical-informations/virtual-operations/vofillorders.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.
