Class BitbayOrder
java.lang.Object
org.knowm.xchange.bitbay.dto.trade.BitbayOrder
- Author:
- Z. Dolezal
-
Constructor Summary
ConstructorDescriptionBitbayOrder
(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. -
Method Summary
-
Constructor Details
-
BitbayOrder
public 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. “LTC”) order_date : time, when offer was changed recently payment_currency : shortcut of currency used to pay for offer type : bid/ask status : “active” if order is active, “inactive” if order is unactive units : current amount of main currency in order start_units : amount of main currency when order was added current_price : price for whole amount of main currency start_price : starting price for whole amount when offer was added
-
-
Method Details
-
getId
public long getId() -
getCurrency
-
getDate
-
getPaymentCurrency
-
getType
-
getStatus
-
getAmount
-
getStartAmount
-
getCurrentPrice
-
getStartPrice
-