public class Order extends HuobiError
ORDER_NOT_EXIST
Constructor and Description |
---|
Order(int code,
String msg,
long time,
long id,
int type,
BigDecimal orderPrice,
BigDecimal orderAmount,
BigDecimal processedAmount,
BigDecimal processedPrice,
BigDecimal total,
BigDecimal fee,
BigDecimal vot,
long orderTime,
int status) |
Modifier and Type | Method and Description |
---|---|
BigDecimal |
getFee() |
long |
getId() |
BigDecimal |
getOrderAmount() |
BigDecimal |
getOrderPrice() |
long |
getOrderTime() |
BigDecimal |
getProcessedAmount() |
BigDecimal |
getProcessedPrice() |
int |
getStatus() |
BigDecimal |
getTotal() |
int |
getType() |
BigDecimal |
getVot() |
getCode, getMsg, getTime
public Order(int code, String msg, long time, long id, int type, BigDecimal orderPrice, BigDecimal orderAmount, BigDecimal processedAmount, BigDecimal processedPrice, BigDecimal total, BigDecimal fee, BigDecimal vot, long orderTime, int status)
public long getId()
public int getType()
public BigDecimal getOrderPrice()
public BigDecimal getOrderAmount()
public BigDecimal getProcessedAmount()
public BigDecimal getProcessedPrice()
public BigDecimal getTotal()
public BigDecimal getFee()
public BigDecimal getVot()
public long getOrderTime()
public int getStatus()
Copyright © 2014–2015. All rights reserved.