public class BTCETrade extends Object
Data object representing single Trade from BTCE API v.3
Constructor and Description |
---|
BTCETrade(String tradeType,
BigDecimal price,
BigDecimal amount,
long tid,
long date)
Constructor
|
Modifier and Type | Method and Description |
---|---|
BigDecimal |
getAmount() |
long |
getDate() |
BigDecimal |
getPrice() |
long |
getTid() |
String |
getTradeType() |
String |
toString() |
public BTCETrade(String tradeType, BigDecimal price, BigDecimal amount, long tid, long date)
tradeType
- price
- amount
- tid
- date
- public BigDecimal getAmount()
public long getDate()
public BigDecimal getPrice()
public long getTid()
public String getTradeType()
Copyright © 2012–2017 Xeiam, LLC. All rights reserved.