public class OrderTrade extends Object
| Constructor and Description |
|---|
OrderTrade(BigDecimal amount,
String type,
BigDecimal total,
BigDecimal price,
String uuid,
String transactionHash) |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getAmount() |
BigDecimal |
getPrice() |
BigDecimal |
getTotal() |
String |
getTransactionHash() |
String |
getType() |
String |
getUuid() |
public OrderTrade(BigDecimal amount, String type, BigDecimal total, BigDecimal price, String uuid, String transactionHash)
public BigDecimal getAmount()
public String getType()
public BigDecimal getTotal()
public BigDecimal getPrice()
public String getUuid()
public String getTransactionHash()
Copyright © 2019. All rights reserved.