| 
    rippled
    
   | 
 
Specifies an order book. More...
#include <Book.h>


Public Member Functions | |
| Book () | |
| Book (Issue const &in_, Issue const &out_, std::optional< uint256 > const &domain_) | |
Public Attributes | |
| Issue | in | 
| Issue | out | 
| std::optional< uint256 > | domain | 
Static Private Member Functions | |
| static auto & | getCounter () noexcept | 
| ripple::Book::Book | ( | Issue const & | in_, | 
| Issue const & | out_, | ||
| std::optional< uint256 > const & | domain_ | ||
| ) | 
      
  | 
  staticprivatenoexceptinherited | 
Definition at line 129 of file CountedObject.h.
| std::optional<uint256> ripple::Book::domain |