Class CoinfloorTradeHistoryParams
java.lang.Object
org.knowm.xchange.coinfloor.service.CoinfloorTradeHistoryParams
- All Implemented Interfaces:
CurrencyPairParam,TradeHistoryParamCurrencyPair,TradeHistoryParamMultiCurrencyPair,TradeHistoryParamOffset,TradeHistoryParamPaging,TradeHistoryParams,TradeHistoryParamsSorted
public class CoinfloorTradeHistoryParams
extends Object
implements TradeHistoryParamMultiCurrencyPair, TradeHistoryParamCurrencyPair, TradeHistoryParamsSorted, TradeHistoryParamOffset, TradeHistoryParamPaging
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.knowm.xchange.service.trade.params.TradeHistoryParamsSorted
TradeHistoryParamsSorted.Order -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetOrder()voidsetCurrencyPair(CurrencyPair value) voidsetCurrencyPairs(Collection<CurrencyPair> value) voidvoidvoidsetPageLength(Integer pageLength) voidsetPageNumber(Integer pageNumber)
-
Constructor Details
-
CoinfloorTradeHistoryParams
public CoinfloorTradeHistoryParams()
-
-
Method Details
-
getCurrencyPairs
- Specified by:
getCurrencyPairsin interfaceTradeHistoryParamMultiCurrencyPair
-
setCurrencyPairs
- Specified by:
setCurrencyPairsin interfaceTradeHistoryParamMultiCurrencyPair
-
getCurrencyPair
- Specified by:
getCurrencyPairin interfaceCurrencyPairParam- Specified by:
getCurrencyPairin interfaceTradeHistoryParamCurrencyPair
-
setCurrencyPair
- Specified by:
setCurrencyPairin interfaceCurrencyPairParam- Specified by:
setCurrencyPairin interfaceTradeHistoryParamCurrencyPair
-
getOrder
- Specified by:
getOrderin interfaceTradeHistoryParamsSorted
-
setOrder
- Specified by:
setOrderin interfaceTradeHistoryParamsSorted
-
getOffset
- Specified by:
getOffsetin interfaceTradeHistoryParamOffset
-
setOffset
- Specified by:
setOffsetin interfaceTradeHistoryParamOffset
-
getPageLength
- Specified by:
getPageLengthin interfaceTradeHistoryParamPaging
-
setPageLength
- Specified by:
setPageLengthin interfaceTradeHistoryParamPaging
-
getPageNumber
- Specified by:
getPageNumberin interfaceTradeHistoryParamPaging
-
setPageNumber
- Specified by:
setPageNumberin interfaceTradeHistoryParamPaging
-