com.github.kevinstl.coinbase.java.domain.request
Class BuyRequest

java.lang.Object
  extended by com.github.kevinstl.coinbase.java.domain.request.BuyRequest

public class BuyRequest
extends java.lang.Object


Constructor Summary
BuyRequest(java.math.BigDecimal qty)
           
 
Method Summary
 java.math.BigDecimal getQty()
           
 void setQty(java.math.BigDecimal qty)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BuyRequest

public BuyRequest(java.math.BigDecimal qty)
Method Detail

getQty

public java.math.BigDecimal getQty()

setQty

public void setQty(java.math.BigDecimal qty)