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 TradeHistoryParamCurrencyPair
public CurrencyPair getCurrencyPair()
getCurrencyPair
in interface TradeHistoryParamCurrencyPair
public void setOffset(Long offset)
setOffset
in interface TradeHistoryParamOffset
public Long getOffset()
getOffset
in interface TradeHistoryParamOffset
public void setCount(Integer count)
public Integer getCount()
Copyright © 2012–2016 Xeiam, LLC. All rights reserved.