|
rippled
|
Describes a serialized ledger entry for an order book. More...

Public Types | |
| using | pointer = std::shared_ptr< OrderBook > |
| using | ref = std::shared_ptr< OrderBook > const & |
| using | List = std::vector< pointer > |
Public Member Functions | |
| OrderBook (uint256 const &base, Book const &book) | |
| Construct from a currency specification. More... | |
| uint256 const & | getBookBase () const |
| Book const & | book () const |
| Currency const & | getCurrencyIn () const |
| Currency const & | getCurrencyOut () const |
| AccountID const & | getIssuerIn () const |
| AccountID const & | getIssuerOut () const |
Private Attributes | |
| const uint256 | mBookBase |
| const Book | mBook |
Describes a serialized ledger entry for an order book.
Definition at line 26 of file OrderBook.h.
Definition at line 29 of file OrderBook.h.
| using ripple::OrderBook::ref = std::shared_ptr<OrderBook> const& |
Definition at line 30 of file OrderBook.h.
| using ripple::OrderBook::List = std::vector<pointer> |
Definition at line 31 of file OrderBook.h.
Construct from a currency specification.
| index | ??? |
| book | in and out currency/issuer pairs. |
Definition at line 39 of file OrderBook.h.
| uint256 const& ripple::OrderBook::getBookBase | ( | ) | const |
Definition at line 45 of file OrderBook.h.
| Book const& ripple::OrderBook::book | ( | ) | const |
Definition at line 51 of file OrderBook.h.
| Currency const& ripple::OrderBook::getCurrencyIn | ( | ) | const |
Definition at line 57 of file OrderBook.h.
| Currency const& ripple::OrderBook::getCurrencyOut | ( | ) | const |
Definition at line 63 of file OrderBook.h.
| AccountID const& ripple::OrderBook::getIssuerIn | ( | ) | const |
Definition at line 69 of file OrderBook.h.
| AccountID const& ripple::OrderBook::getIssuerOut | ( | ) | const |
Definition at line 75 of file OrderBook.h.
|
private |
Definition at line 81 of file OrderBook.h.
|
private |
Definition at line 82 of file OrderBook.h.
1.8.17