Class ManageSellOfferOp

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

public class ManageSellOfferOp extends Object
ManageSellOfferOp's original definition in the XDR file is:
 struct ManageSellOfferOp
 {
     Asset selling;
     Asset buying;
     int64 amount; // amount being sold. if set to 0, delete the offer
     Price price;  // price of thing being sold in terms of what you are buying

     // 0=create a new offer, otherwise edit an existing offer
     int64 offerID;
 };