mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-21 20:25:51 +00:00
Apply suggestions from code review
Co-authored-by: Rome Reginelli <mduo13@gmail.com>
This commit is contained in:
committed by
GitHub
parent
e6c3719e95
commit
a8d8d4e024
@@ -110,7 +110,7 @@ A Book Update Object represents the changes to a single order book in a single l
|
||||
| `high` | String - Number | The highest exchange rate among all offers matched in this ledger, as a ratio of the first currency to the second currency. (In other words, `currency_a : currency_b`.) |
|
||||
| `low` | String - Number | The lowest exchange rate among all offers matched in this ledger, as a ratio of the first currency to the second currency. |
|
||||
| `open` | String - Number | The exchange rate at the top of this order book before processing the transactions in this ledger, as a ratio of the first currency to the second currency. |
|
||||
| `close` | String - Number | The exchange rate at the bottom of this order book after processing the transactions in this ledger, as a ratio of the first currency to the second currency. |
|
||||
| `close` | String - Number | The exchange rate at the top of this order book after processing the transactions in this ledger, as a ratio of the first currency to the second currency. |
|
||||
|
||||
For XRP-token order books, XRP is always `currency_a`. For token-token order books, the currencies are sorted alphabetically by the issuer and then currency code.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user