bllmplugin/javadoc/bllm/LitecoinPriceObject.Data.Quotes.USd

LitecoinPriceObject.Data.Quotes.USd (bllm 0.1 API)
bllm

Class LitecoinPriceObject.Data.Quotes.USd

  • java.lang.Object
    • bllm.LitecoinPriceObject.Data.Quotes.USd
    • Constructor Summary

      Constructors 
      Constructor and Description
      USd(double price, double volume_24h, long market_cap, double percent_change_1h, double percent_change_24h, double percent_change_7d) 
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • price

        public final double price
      • volume_24h

        public final double volume_24h
      • market_cap

        public final long market_cap
      • percent_change_1h

        public final double percent_change_1h
      • percent_change_24h

        public final double percent_change_24h
      • percent_change_7d

        public final double percent_change_7d
    • Constructor Detail

      • USd

        public USd(double price,
                   double volume_24h,
                   long market_cap,
                   double percent_change_1h,
                   double percent_change_24h,
                   double percent_change_7d)
Share