Skip to content

Commit a8d8d4e

Browse files
amarantha-kmDuo13
andauthored
Apply suggestions from code review
Co-authored-by: Rome Reginelli <mduo13@gmail.com>
1 parent e6c3719 commit a8d8d4e

File tree

2 files changed

+2
-2
lines changed
  • @i18n/ja/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods
  • docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods

2 files changed

+2
-2
lines changed

@i18n/ja/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/book_changes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Book Updateオブジェクトは、1つのレジャーバージョンにおけ
110110
| `high` | 文字列 - 数値 | このレジャーバージョンでこのオーダーブックの取引を通じてマッチしたすべてのオファーの中で最も高い取引レート。最初の通貨と2番目の通貨の比率として表されます。(つまり、`currency_a : currency_b`。) |
111111
| `low` | 文字列 - 数値 | このレジャーバージョンでこのオーダーブックの取引を通じてマッチしたすべてのオファーの中で最も低い取引レート。最初の通貨と2番目の通貨の比率として表されます。 |
112112
| `open` | 文字列 - 数値 | このレジャーバージョンでこのオーダーブックの取引を処理する前のオーダーブックの最初の取引の取引レート。最初の通貨と2番目の通貨の比率として表されます。 |
113-
| `close` | 文字列 - 数値 | このレジャーバージョンでこのオーダーブックの取引を処理した後のオーダーブックの最後の取引の取引レート。最初の通貨と2番目の通貨の比率として表されます。 |
113+
| `close` | 文字列 - 数値 | このレジャーバージョンでこのオーダーブックの取引を処理した後のオーダーブックの最初の取引の取引レート。最初の通貨と2番目の通貨の比率として表されます。 |
114114

115115
XRP-トークンのオーダーブックでは、XRPは常に`currency_a`で表されます。トークン-トークンのオーダーブックでは、発行者と通貨コードでアルファベット順に並べ替えられます。
116116

docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/book_changes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ A Book Update Object represents the changes to a single order book in a single l
110110
| `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`.) |
111111
| `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. |
112112
| `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. |
113-
| `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. |
113+
| `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. |
114114

115115
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.
116116

0 commit comments

Comments
 (0)