Class BithumbTradeHistoryParams
java.lang.Object
org.knowm.xchange.bithumb.service.BithumbTradeHistoryParams
- All Implemented Interfaces:
CurrencyPairParam
,TradeHistoryParamCurrencyPair
,TradeHistoryParamPaging
,TradeHistoryParams
public class BithumbTradeHistoryParams extends Object implements TradeHistoryParamCurrencyPair, TradeHistoryParamPaging
-
Constructor Summary
Constructors Constructor Description BithumbTradeHistoryParams()
-
Method Summary
Modifier and Type Method Description CurrencyPair
getCurrencyPair()
Integer
getPageLength()
Integer
getPageNumber()
0-based page numbervoid
setCurrencyPair(CurrencyPair pair)
void
setPageLength(Integer pageLength)
void
setPageNumber(Integer pageNumber)
0-based page number
-
Constructor Details
-
BithumbTradeHistoryParams
public BithumbTradeHistoryParams()
-
-
Method Details
-
getPageLength
- Specified by:
getPageLength
in interfaceTradeHistoryParamPaging
-
setPageLength
- Specified by:
setPageLength
in interfaceTradeHistoryParamPaging
-
getPageNumber
Description copied from interface:TradeHistoryParamPaging
0-based page number- Specified by:
getPageNumber
in interfaceTradeHistoryParamPaging
-
setPageNumber
Description copied from interface:TradeHistoryParamPaging
0-based page number- Specified by:
setPageNumber
in interfaceTradeHistoryParamPaging
-
getCurrencyPair
- Specified by:
getCurrencyPair
in interfaceCurrencyPairParam
- Specified by:
getCurrencyPair
in interfaceTradeHistoryParamCurrencyPair
-
setCurrencyPair
- Specified by:
setCurrencyPair
in interfaceCurrencyPairParam
- Specified by:
setCurrencyPair
in interfaceTradeHistoryParamCurrencyPair
-