com.github.kevinstl.coinbase.java.domain.response
Class CurrencyExchangeRateResponse

java.lang.Object
  extended by com.github.kevinstl.coinbase.java.domain.response.CurrencyExchangeRateResponse

public class CurrencyExchangeRateResponse
extends java.lang.Object


Constructor Summary
CurrencyExchangeRateResponse()
           
 
Method Summary
 java.math.BigDecimal getUsdToBtc()
           
 void setUsdToBtc(java.math.BigDecimal usdToBtc)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CurrencyExchangeRateResponse

public CurrencyExchangeRateResponse()
Method Detail

getUsdToBtc

public java.math.BigDecimal getUsdToBtc()

setUsdToBtc

public void setUsdToBtc(java.math.BigDecimal usdToBtc)