Class LakeBTCTradeResponse
- java.lang.Object
-
- org.knowm.xchange.lakebtc.dto.trade.LakeBTCTradeResponse
-
public class LakeBTCTradeResponse extends Object
Created by cristian.lucaci on 12/19/2014.
-
-
Constructor Summary
Constructors Constructor Description LakeBTCTradeResponse(String type, String currency, BigDecimal amount, BigDecimal total, long at)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigDecimal
getAmount()
long
getAt()
String
getCurrency()
String
getId()
BigDecimal
getTotal()
String
getType()
-
-
-
Constructor Detail
-
LakeBTCTradeResponse
public LakeBTCTradeResponse(String type, String currency, BigDecimal amount, BigDecimal total, long at)
-
-
Method Detail
-
getType
public String getType()
-
getCurrency
public String getCurrency()
-
getAmount
public BigDecimal getAmount()
-
getTotal
public BigDecimal getTotal()
-
getAt
public long getAt()
-
getId
public String getId()
-
-