Represents a Price for an order book.
Price
@type t() :: %Stellar.Horizon.OrderBook.Price{ amount: String.t(), price: String.t(), price_r: map() }