Class Price

java.lang.Object
org.stellar.sdk.xdr.Price
All Implemented Interfaces:
XdrElement

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