public class BitMarketHistoryParams extends Object implements TradeHistoryParamCurrencyPair, TradeHistoryParamOffset
| Constructor and Description |
|---|
BitMarketHistoryParams()
Default constructor
|
BitMarketHistoryParams(CurrencyPair currencyPair,
Long offset,
Integer count)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
Integer |
getCount() |
CurrencyPair |
getCurrencyPair() |
Long |
getOffset() |
void |
setCount(Integer count) |
void |
setCurrencyPair(CurrencyPair currencyPair) |
void |
setOffset(Long offset) |
public BitMarketHistoryParams()
public BitMarketHistoryParams(CurrencyPair currencyPair, Long offset, Integer count)
currencyPair - offset - count - public void setCurrencyPair(CurrencyPair currencyPair)
setCurrencyPair in interface TradeHistoryParamCurrencyPairpublic CurrencyPair getCurrencyPair()
getCurrencyPair in interface TradeHistoryParamCurrencyPairpublic void setOffset(Long offset)
setOffset in interface TradeHistoryParamOffsetpublic Long getOffset()
getOffset in interface TradeHistoryParamOffsetpublic void setCount(Integer count)
public Integer getCount()
Copyright © 2012–2017 Xeiam, LLC. All rights reserved.