# 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](https://docs.hivesql.io/technical-informations/operations/txlimitorders))
