Interface TradeHistoryParamMultiCurrencyPair
- All Superinterfaces:
TradeHistoryParams
- All Known Implementing Classes:
BitbayTradeHistoryParams
,CoinfloorTradeHistoryParams
,DefaultTradeHistoryParamMultiCurrencyPair
,TradeHistoryParamsAll
public interface TradeHistoryParamMultiCurrencyPair extends TradeHistoryParams
-
Method Summary
Modifier and Type Method Description Collection<CurrencyPair>
getCurrencyPairs()
void
setCurrencyPairs(Collection<CurrencyPair> pairs)
-
Method Details
-
getCurrencyPairs
Collection<CurrencyPair> getCurrencyPairs() -
setCurrencyPairs
-