java.lang.Object
com.github.badpop.jcoinbase.model.data.Price

public class Price
extends java.lang.Object
Class representing the Coinbase price model
  • Nested Class Summary

    Nested Classes
    Modifier and Type Class Description
    static class  Price.PriceType
    There is three types of prices in Coinbase : BUY, SELL and SPOT.
  • Constructor Summary

    Constructors
    Constructor Description
    Price()  
  • Method Summary

    Methods inherited from class java.lang.Object

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

    • Price

      public Price()