public class BTCCentralTrade extends Object
Constructor and Description |
---|
BTCCentralTrade(UUID uuid,
BigDecimal traded_btc,
BigDecimal traded_currency,
String created_at,
String currency,
BigDecimal price,
long created_at_int) |
Modifier and Type | Method and Description |
---|---|
long |
getCreated_at_int() |
String |
getCreated_at() |
String |
getCurrency() |
BigDecimal |
getPrice() |
BigDecimal |
getTraded_btc() |
BigDecimal |
getTraded_currency() |
UUID |
getUuid() |
String |
toString() |
public BTCCentralTrade(UUID uuid, BigDecimal traded_btc, BigDecimal traded_currency, String created_at, String currency, BigDecimal price, long created_at_int)
public UUID getUuid()
public BigDecimal getTraded_btc()
public BigDecimal getTraded_currency()
public String getCreated_at()
public String getCurrency()
public BigDecimal getPrice()
public long getCreated_at_int()
Copyright © 2012–2016 Xeiam, LLC. All rights reserved.