public class OkCoinOrder extends Object
Constructor and Description |
---|
OkCoinOrder(long orderId,
int status,
String symbol,
String type,
BigDecimal price,
BigDecimal amount,
BigDecimal dealAmount,
Date createDate) |
Modifier and Type | Method and Description |
---|---|
BigDecimal |
getAmount() |
Date |
getCreateDate() |
BigDecimal |
getDealAmount() |
long |
getOrderId() |
BigDecimal |
getPrice() |
int |
getStatus() |
String |
getSymbol() |
String |
getType() |
public OkCoinOrder(long orderId, int status, String symbol, String type, BigDecimal price, BigDecimal amount, BigDecimal dealAmount, Date createDate)
public long getOrderId()
public int getStatus()
public String getSymbol()
public String getType()
public BigDecimal getAmount()
public BigDecimal getDealAmount()
public Date getCreateDate()
public BigDecimal getPrice()
Copyright © 2012–2016 Xeiam, LLC. All rights reserved.