Class BleutradeTradeServiceRaw.BleutradeTradeHistoryParams
java.lang.Object
org.knowm.xchange.bleutrade.service.BleutradeTradeServiceRaw.BleutradeTradeHistoryParams
- All Implemented Interfaces:
TradeHistoryParamLimit
,TradeHistoryParams
- Enclosing class:
BleutradeTradeServiceRaw
public static class BleutradeTradeServiceRaw.BleutradeTradeHistoryParams
extends Object
implements TradeHistoryParams, TradeHistoryParamLimit
-
Field Summary
Modifier and TypeFieldDescriptionstatic final BleutradeTradeServiceRaw.BleutradeTradeHistoryParams
Max is 20000final String
DIVIDEND_DIVISOR or ALLfinal String
ALL, OK, OPEN, CANCELEDfinal String
ALL, BUY, SELL -
Constructor Summary
ConstructorDescriptionBleutradeTradeHistoryParams
(String market, String orderStatus, String orderType, Integer limit) BleutradeTradeHistoryParams
(CurrencyPair currencyPair, String orderStatus, String orderType, Integer limit) -
Method Summary
-
Field Details
-
ALL
-
market
DIVIDEND_DIVISOR or ALL -
orderStatus
ALL, OK, OPEN, CANCELED -
orderType
ALL, BUY, SELL -
limit
Max is 20000
-
-
Constructor Details
-
BleutradeTradeHistoryParams
public BleutradeTradeHistoryParams(CurrencyPair currencyPair, String orderStatus, String orderType, Integer limit) -
BleutradeTradeHistoryParams
-
-
Method Details
-
getLimit
- Specified by:
getLimit
in interfaceTradeHistoryParamLimit
-
setLimit
- Specified by:
setLimit
in interfaceTradeHistoryParamLimit
-