Class BiboxOrderPendingListCommandBody

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

public class BiboxOrderPendingListCommandBody extends Object
Author:
odrotleff
  • Constructor Details

    • BiboxOrderPendingListCommandBody

      public BiboxOrderPendingListCommandBody(int page, int size)
    • BiboxOrderPendingListCommandBody

      public BiboxOrderPendingListCommandBody(String pair, BiboxAccountType accountType, int page, int size, String coinSymbol, String currencySymbol, BiboxOrderSide orderSide)
  • Method Details

    • getPair

      public String getPair()
    • getAccountType

      public BiboxAccountType getAccountType()
    • getPage

      public int getPage()
    • getSize

      public int getSize()
    • getCoinSymbol

      public String getCoinSymbol()
    • getCurrencySymbol

      public String getCurrencySymbol()
    • getOrderSide

      public BiboxOrderSide getOrderSide()