public class CryptsyPublicTrade extends Object
| Constructor and Description |
|---|
CryptsyPublicTrade(long id,
String time,
BigDecimal price,
BigDecimal quantity,
BigDecimal total,
String type)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
long |
getId() |
BigDecimal |
getPrice() |
BigDecimal |
getQuantity() |
Date |
getTime() |
BigDecimal |
getTotal() |
String |
getType() |
String |
toString() |
public CryptsyPublicTrade(long id,
String time,
BigDecimal price,
BigDecimal quantity,
BigDecimal total,
String type)
throws ParseException
ParseExceptionpublic long getId()
public Date getTime()
public BigDecimal getPrice()
public BigDecimal getQuantity()
public BigDecimal getTotal()
public String getType()
Copyright © 2012–2017 Xeiam, LLC. All rights reserved.