Class PaymiumTrade
- java.lang.Object
-
- org.knowm.xchange.paymium.dto.marketdata.PaymiumTrade
-
public class PaymiumTrade extends Object
-
-
Constructor Summary
Constructors Constructor Description PaymiumTrade(UUID uuid, BigDecimal traded_btc, BigDecimal traded_currency, String created_at, String currency, BigDecimal price, long created_at_int)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCreated_at()
long
getCreated_at_int()
String
getCurrency()
BigDecimal
getPrice()
BigDecimal
getTraded_btc()
BigDecimal
getTraded_currency()
UUID
getUuid()
String
toString()
-
-
-
Constructor Detail
-
PaymiumTrade
public PaymiumTrade(UUID uuid, BigDecimal traded_btc, BigDecimal traded_currency, String created_at, String currency, BigDecimal price, long created_at_int)
-
-
Method Detail
-
getUuid
public UUID getUuid()
-
getTraded_btc
public BigDecimal getTraded_btc()
-
getTraded_currency
public BigDecimal getTraded_currency()
-
getCreated_at
public String getCreated_at()
-
getCurrency
public String getCurrency()
-
getPrice
public BigDecimal getPrice()
-
getCreated_at_int
public long getCreated_at_int()
-
-