public class MeXBTTrade extends Object
Constructor and Description |
---|
MeXBTTrade(long tid,
Date date,
BigDecimal amount,
BigDecimal price) |
Modifier and Type | Method and Description |
---|---|
BigDecimal |
getAmount() |
Date |
getDate() |
BigDecimal |
getPrice() |
long |
getTid() |
public MeXBTTrade(long tid, Date date, BigDecimal amount, BigDecimal price)
public Date getDate()
public long getTid()
public BigDecimal getAmount()
public BigDecimal getPrice()
Copyright © 2012–2016 Xeiam, LLC. All rights reserved.