public interface OrderOrBuilder
double
getAmount()
getPrice()
double getAmount()
Amount / quantity of asset bought or sold, displayed in base currency.
double amount = 1;
double getPrice()
Price for quote currency.
double price = 2;