Skip to content

Commit

Permalink
remove unnecessary sentence
Browse files Browse the repository at this point in the history
  • Loading branch information
Chralt98 committed Nov 13, 2023
1 parent 6a12e63 commit d6d7ace
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions docs/learn/order-book.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,10 @@ trade, transferring the specified asset between parties at the agreed price, and
update the order book to reflect the completion of the trade.

The taker has the ability to partially fill the order for a given
`maker_partial_fill` amount. This amount specifies the partial amount of what
the maker wants to fill. The maker always wants to fill the `taker_amount` of
the specified taker asset (in `place_order`). Thus, the `maker_partial_fill` (if
a partial fill is wanted) should be smaller than the `taker_amount` of the maker
order.
`maker_partial_fill` amount. The maker always wants to fill the `taker_amount`
of the specified taker asset (in `place_order`). Thus, the `maker_partial_fill`
(if a partial fill is wanted) should be smaller than the `taker_amount` of the
maker order.

### Remove Order

Expand Down

0 comments on commit d6d7ace

Please sign in to comment.