Class BTCMarketsTradeService.HistoryParams
java.lang.Object
org.knowm.xchange.btcmarkets.service.BTCMarketsTradeService.HistoryParams
- All Implemented Interfaces:
CurrencyPairParam
,TradeHistoryParamCurrencyPair
,TradeHistoryParamPaging
,TradeHistoryParams
,TradeHistoryParamsIdSpan
- Enclosing class:
- BTCMarketsTradeService
public static class BTCMarketsTradeService.HistoryParams extends Object implements TradeHistoryParamPaging, TradeHistoryParamCurrencyPair, TradeHistoryParamsIdSpan
-
Constructor Summary
Constructors Constructor Description HistoryParams()
-
Method Summary
Modifier and Type Method Description CurrencyPair
getCurrencyPair()
String
getEndId()
Integer
getPageLength()
Integer
getPageNumber()
0-based page numberString
getStartId()
void
setCurrencyPair(CurrencyPair currencyPair)
void
setEndId(String endId)
void
setPageLength(Integer pageLength)
void
setPageNumber(Integer pageNumber)
0-based page numbervoid
setStartId(String startId)
-
Constructor Details
-
HistoryParams
public HistoryParams()
-
-
Method Details
-
getStartId
- Specified by:
getStartId
in interfaceTradeHistoryParamsIdSpan
-
setStartId
- Specified by:
setStartId
in interfaceTradeHistoryParamsIdSpan
-
getEndId
- Specified by:
getEndId
in interfaceTradeHistoryParamsIdSpan
-
setEndId
- Specified by:
setEndId
in interfaceTradeHistoryParamsIdSpan
-
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
-