public class Order extends Object
| Constructor and Description |
|---|
Order(Long timestamp,
String market,
Long orderNumber,
String orderHash,
BigDecimal price,
BigDecimal amount,
BigDecimal total,
String type,
OrderParm params) |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getAmount() |
String |
getMarket() |
String |
getOrderHash() |
Long |
getOrderNumber() |
OrderParm |
getParams() |
BigDecimal |
getPrice() |
Long |
getTimestamp() |
BigDecimal |
getTotal() |
String |
getType() |
String |
toString() |
public Order(Long timestamp, String market, Long orderNumber, String orderHash, BigDecimal price, BigDecimal amount, BigDecimal total, String type, OrderParm params)
public Long getTimestamp()
public String getMarket()
public Long getOrderNumber()
public String getOrderHash()
public BigDecimal getPrice()
public BigDecimal getAmount()
public BigDecimal getTotal()
public String getType()
public OrderParm getParams()
Copyright © 2019. All rights reserved.