Class RippleOrder

java.lang.Object
org.knowm.xchange.ripple.dto.marketdata.RippleOrder

public final class RippleOrder extends Object
  • Constructor Details

    • RippleOrder

      public RippleOrder()
  • Method Details

    • getPrice

      public RippleAmount getPrice()
    • setPrice

      public void setPrice(RippleAmount value)
    • getTakerGetsFunded

      public RippleAmount getTakerGetsFunded()
    • setTakerGetsFunded

      public void setTakerGetsFunded(RippleAmount value)
    • getTakerGetsTotal

      public RippleAmount getTakerGetsTotal()
    • setTakerGetsTotal

      public void setTakerGetsTotal(RippleAmount value)
    • getTakerPaysFunded

      public RippleAmount getTakerPaysFunded()
    • setTakerPaysFunded

      public void setTakerPaysFunded(RippleAmount value)
    • getTakerPaysTotal

      public RippleAmount getTakerPaysTotal()
    • setTakerPaysTotal

      public void setTakerPaysTotal(RippleAmount value)
    • getOrderMaker

      public String getOrderMaker()
    • setOrderMaker

      public void setOrderMaker(String value)
    • getSequence

      public Integer getSequence()
    • setSequence

      public void setSequence(Integer value)
    • getPassive

      public Boolean getPassive()
    • setPassive

      public void setPassive(Boolean value)
    • getSell

      public Boolean getSell()
    • setSell

      public void setSell(Boolean value)
    • toString

      public String toString()
      Overrides:
      toString in class Object