public class BitMarketHistoryTrade extends Object
| Constructor and Description |
|---|
BitMarketHistoryTrade(long id,
String type,
BigDecimal amountCrypto,
String currencyCrypto,
BigDecimal amountFiat,
String currencyFiat,
BigDecimal rate,
long time)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getAmountCrypto() |
BigDecimal |
getAmountFiat() |
String |
getCurrencyCrypto() |
String |
getCurrencyFiat() |
long |
getId() |
BigDecimal |
getRate() |
long |
getTime() |
Date |
getTimestamp() |
String |
getType() |
public BitMarketHistoryTrade(long id,
String type,
BigDecimal amountCrypto,
String currencyCrypto,
BigDecimal amountFiat,
String currencyFiat,
BigDecimal rate,
long time)
id - type - amountCrypto - currencyCrypto - amountFiat - currencyFiat - rate - time - public long getId()
public String getType()
public BigDecimal getAmountCrypto()
public String getCurrencyCrypto()
public BigDecimal getAmountFiat()
public String getCurrencyFiat()
public BigDecimal getRate()
public long getTime()
public Date getTimestamp()
Copyright © 2012–2017 Xeiam, LLC. All rights reserved.