Class Ticker

java.lang.Object
org.knowm.xchange.ccex.dto.ticker.Ticker

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

    • Ticker

      public Ticker()
      No args constructor for use in serialization
    • Ticker

      public Ticker(Double high, Double low, Double avg, Double lastbuy, Double lastsell, Double buy, Double sell, Double lastprice, Double buysupport, Integer updated)
      Parameters:
      high -
      low -
      avg -
      lastbuy -
      lastsell -
      buy -
      sell -
      lastprice -
      buysupport -
      updated -
  • Method Details

    • getHigh

      public Double getHigh()
      Returns:
      The high
    • setHigh

      public void setHigh(Double high)
      Parameters:
      high - The high
    • withHigh

      public Ticker withHigh(Double high)
    • getLow

      public Double getLow()
      Returns:
      The low
    • setLow

      public void setLow(Double low)
      Parameters:
      low - The low
    • withLow

      public Ticker withLow(Double low)
    • getAvg

      public Double getAvg()
      Returns:
      The avg
    • setAvg

      public void setAvg(Double avg)
      Parameters:
      avg - The avg
    • withAvg

      public Ticker withAvg(Double avg)
    • getLastbuy

      public Double getLastbuy()
      Returns:
      The lastbuy
    • setLastbuy

      public void setLastbuy(Double lastbuy)
      Parameters:
      lastbuy - The lastbuy
    • withLastbuy

      public Ticker withLastbuy(Double lastbuy)
    • getLastsell

      public Double getLastsell()
      Returns:
      The lastsell
    • setLastsell

      public void setLastsell(Double lastsell)
      Parameters:
      lastsell - The lastsell
    • withLastsell

      public Ticker withLastsell(Double lastsell)
    • getBuy

      public Double getBuy()
      Returns:
      The buy
    • setBuy

      public void setBuy(Double buy)
      Parameters:
      buy - The buy
    • withBuy

      public Ticker withBuy(Double buy)
    • getSell

      public Double getSell()
      Returns:
      The sell
    • setSell

      public void setSell(Double sell)
      Parameters:
      sell - The sell
    • withSell

      public Ticker withSell(Double sell)
    • getLastprice

      public Double getLastprice()
      Returns:
      The lastprice
    • setLastprice

      public void setLastprice(Double lastprice)
      Parameters:
      lastprice - The lastprice
    • withLastprice

      public Ticker withLastprice(Double lastprice)
    • getBuysupport

      public Double getBuysupport()
      Returns:
      The buysupport
    • setBuysupport

      public void setBuysupport(Double buysupport)
      Parameters:
      buysupport - The buysupport
    • withBuysupport

      public Ticker withBuysupport(Double buysupport)
    • getUpdated

      public Integer getUpdated()
      Returns:
      The updated
    • setUpdated

      public void setUpdated(Integer updated)
      Parameters:
      updated - The updated
    • withUpdated

      public Ticker withUpdated(Integer updated)