Class BiboxFundsCommandBody

java.lang.Object
org.knowm.xchange.bibox.dto.account.BiboxFundsCommandBody

public class BiboxFundsCommandBody extends Object
  • Field Details

    • filterType

      public final int filterType
      0:all,1:in progress,2:completed,3:failed
    • page

      public final int page
      page number,start from 1
    • size

      public final int size
      how many
  • Constructor Details

    • BiboxFundsCommandBody

      public BiboxFundsCommandBody(String search, int filterType, int page, int size)
    • BiboxFundsCommandBody

      public BiboxFundsCommandBody(String coinSymbol)