Class Price


  • public class Price
    extends java.lang.Object
    ! NO DESCRIPTION !
    Since:
    30.10.2018
    Author:
    GoodforGod
    • Constructor Summary

      Constructors 
      Constructor Description
      Price()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.time.LocalDateTime btcTimestamp()  
      double inBtc()  
      double inUsd()  
      java.time.LocalDateTime usdTimestamp()  
      • Methods inherited from class java.lang.Object

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

      • Price

        public Price()
    • Method Detail

      • inUsd

        public double inUsd()
      • inBtc

        public double inBtc()
      • usdTimestamp

        public java.time.LocalDateTime usdTimestamp()
      • btcTimestamp

        public java.time.LocalDateTime btcTimestamp()