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