Class Price

java.lang.Object
org.stellar.sdk.xdr.Price

public class Price extends Object
Price's original definition in the XDR file is:
 struct Price
 {
     int32 n; // numerator
     int32 d; // denominator
 };