Class CreatePassiveSellOfferOp

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

public class CreatePassiveSellOfferOp extends Object
CreatePassiveSellOfferOp's original definition in the XDR file is:
 struct CreatePassiveSellOfferOp
 {
     Asset selling; // A
     Asset buying;  // B
     int64 amount;  // amount taker gets
     Price price;   // cost of A in terms of B
 };