Class BitbayOrder

java.lang.Object
org.knowm.xchange.bitbay.dto.trade.BitbayOrder

public class BitbayOrder extends Object
Author:
Z. Dolezal
  • 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

      public String getCurrency()
    • getDate

      public String getDate()
    • getPaymentCurrency

      public String getPaymentCurrency()
    • getType

      public String getType()
    • getStatus

      public String getStatus()
    • getAmount

      public BigDecimal getAmount()
    • getStartAmount

      public BigDecimal getStartAmount()
    • getCurrentPrice

      public BigDecimal getCurrentPrice()
    • getStartPrice

      public BigDecimal getStartPrice()