Class BiboxTradeCommandBody

java.lang.Object
org.knowm.xchange.bibox.dto.trade.BiboxTradeCommandBody

public class BiboxTradeCommandBody extends Object
  • Constructor Details

    • BiboxTradeCommandBody

      public BiboxTradeCommandBody(String pair, int accountType, int orderType, int orderSide, boolean payBix, BigDecimal price, BigDecimal amount, BigDecimal money)
  • Method Details

    • getPair

      public String getPair()
    • getAccountType

      public int getAccountType()
    • getOrderType

      public int getOrderType()
    • getOrderSide

      public int getOrderSide()
    • isPayBix

      public boolean isPayBix()
    • getPrice

      public BigDecimal getPrice()
    • getAmount

      public BigDecimal getAmount()
    • getMoney

      public BigDecimal getMoney()