Class BiboxOrderBookEntry

java.lang.Object
org.knowm.xchange.bibox.dto.trade.BiboxOrderBookEntry

@Generated("org.jsonschema2pojo") public class BiboxOrderBookEntry extends Object
  • Constructor Details

    • BiboxOrderBookEntry

      public BiboxOrderBookEntry()
  • Method Details

    • getPrice

      public BigDecimal getPrice()
      Returns:
      The price
    • setPrice

      public void setPrice(BigDecimal price)
      Parameters:
      price - The price
    • getVolume

      public BigDecimal getVolume()
      Returns:
      The volume
    • setVolume

      public void setVolume(BigDecimal volume)
      Parameters:
      volume - The volume
    • getAdditionalProperties

      public Map<String,Object> getAdditionalProperties()
    • setAdditionalProperty

      public void setAdditionalProperty(String name, Object value)