public class BitbayOrder extends Object
| Constructor and Description |
|---|
BitbayOrder(long id,
String currency,
String date,
String paymentCurrency,
String type,
String status,
BigDecimal amount,
BigDecimal startAmount,
BigDecimal currentPrice,
BigDecimal startPrice)
order_id : id of offer order_currency : main currency (e.g.
|
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getAmount() |
String |
getCurrency() |
BigDecimal |
getCurrentPrice() |
String |
getDate() |
long |
getId() |
String |
getPaymentCurrency() |
BigDecimal |
getStartAmount() |
BigDecimal |
getStartPrice() |
String |
getStatus() |
String |
getType() |
public BitbayOrder(long id,
String currency,
String date,
String paymentCurrency,
String type,
String status,
BigDecimal amount,
BigDecimal startAmount,
BigDecimal currentPrice,
BigDecimal startPrice)
public long getId()
public String getCurrency()
public String getDate()
public String getPaymentCurrency()
public String getType()
public String getStatus()
public BigDecimal getAmount()
public BigDecimal getStartAmount()
public BigDecimal getCurrentPrice()
public BigDecimal getStartPrice()
Copyright © 2012–2018 Knowm Inc.. All rights reserved.