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