public final class RippleOrder extends Object
Constructor and Description |
---|
RippleOrder() |
Modifier and Type | Method and Description |
---|---|
String |
getOrderMaker() |
Boolean |
getPassive() |
RippleAmount |
getPrice() |
Boolean |
getSell() |
Integer |
getSequence() |
RippleAmount |
getTakerGetsFunded() |
RippleAmount |
getTakerGetsTotal() |
RippleAmount |
getTakerPaysFunded() |
RippleAmount |
getTakerPaysTotal() |
void |
setOrderMaker(String value) |
void |
setPassive(Boolean value) |
void |
setPrice(RippleAmount value) |
void |
setSell(Boolean value) |
void |
setSequence(Integer value) |
void |
setTakerGetsFunded(RippleAmount value) |
void |
setTakerGetsTotal(RippleAmount value) |
void |
setTakerPaysFunded(RippleAmount value) |
void |
setTakerPaysTotal(RippleAmount value) |
String |
toString() |
public RippleAmount getPrice()
public void setPrice(RippleAmount value)
public RippleAmount getTakerGetsFunded()
public void setTakerGetsFunded(RippleAmount value)
public RippleAmount getTakerGetsTotal()
public void setTakerGetsTotal(RippleAmount value)
public RippleAmount getTakerPaysFunded()
public void setTakerPaysFunded(RippleAmount value)
public RippleAmount getTakerPaysTotal()
public void setTakerPaysTotal(RippleAmount value)
public String getOrderMaker()
public void setOrderMaker(String value)
public Integer getSequence()
public void setSequence(Integer value)
public Boolean getPassive()
public void setPassive(Boolean value)
public Boolean getSell()
public void setSell(Boolean value)
Copyright © 2012–2017 Xeiam, LLC. All rights reserved.