Class BiboxFundsCommandBody
java.lang.Object
org.knowm.xchange.bibox.dto.account.BiboxFundsCommandBody
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal int0:all,1:in progress,2:completed,3:failedfinal intpage number,start from 1final Stringcoin symbolfinal inthow many -
Constructor Summary
ConstructorsConstructorDescriptionBiboxFundsCommandBody(String coinSymbol) BiboxFundsCommandBody(String search, int filterType, int page, int size) -
Method Summary
-
Field Details
-
search
coin symbol -
filterType
public final int filterType0:all,1:in progress,2:completed,3:failed -
page
public final int pagepage number,start from 1 -
size
public final int sizehow many
-
-
Constructor Details
-
BiboxFundsCommandBody
-
BiboxFundsCommandBody
-