Package org.knowm.xchange.okcoin.service
Class OkCoinFuturesTradeService.OkCoinFuturesTradeHistoryParams
java.lang.Object
org.knowm.xchange.service.trade.params.DefaultTradeHistoryParamPaging
org.knowm.xchange.okcoin.service.OkCoinFuturesTradeService.OkCoinFuturesTradeHistoryParams
- All Implemented Interfaces:
OkCoinFuturesTradeService.TradeHistoryParamFuturesContract
,CurrencyPairParam
,TradeHistoryParamCurrencyPair
,TradeHistoryParamPaging
,TradeHistoryParams
- Enclosing class:
- OkCoinFuturesTradeService
public static final class OkCoinFuturesTradeService.OkCoinFuturesTradeHistoryParams extends DefaultTradeHistoryParamPaging implements TradeHistoryParamCurrencyPair, OkCoinFuturesTradeService.TradeHistoryParamFuturesContract
-
Constructor Summary
Constructors Constructor Description OkCoinFuturesTradeHistoryParams()
OkCoinFuturesTradeHistoryParams(Integer pageLength, Integer pageNumber, CurrencyPair currencyPair, FuturesContract futuresContract, String orderId, String date)
-
Method Summary
Modifier and Type Method Description CurrencyPair
getCurrencyPair()
String
getDate()
FuturesContract
getFuturesContract()
String
getOrderId()
void
setCurrencyPair(CurrencyPair pair)
void
setDate(String date)
void
setFuturesContract(FuturesContract futuresContract)
void
setOrderId(String orderId)
Methods inherited from class org.knowm.xchange.service.trade.params.DefaultTradeHistoryParamPaging
getPageLength, getPageNumber, setPageLength, setPageNumber
-
Constructor Details
-
OkCoinFuturesTradeHistoryParams
public OkCoinFuturesTradeHistoryParams() -
OkCoinFuturesTradeHistoryParams
public OkCoinFuturesTradeHistoryParams(Integer pageLength, Integer pageNumber, CurrencyPair currencyPair, FuturesContract futuresContract, String orderId, String date)
-
-
Method Details
-
getCurrencyPair
- Specified by:
getCurrencyPair
in interfaceCurrencyPairParam
- Specified by:
getCurrencyPair
in interfaceTradeHistoryParamCurrencyPair
-
setCurrencyPair
- Specified by:
setCurrencyPair
in interfaceCurrencyPairParam
- Specified by:
setCurrencyPair
in interfaceTradeHistoryParamCurrencyPair
-
getFuturesContract
- Specified by:
getFuturesContract
in interfaceOkCoinFuturesTradeService.TradeHistoryParamFuturesContract
-
setFuturesContract
- Specified by:
setFuturesContract
in interfaceOkCoinFuturesTradeService.TradeHistoryParamFuturesContract
-
getOrderId
- Specified by:
getOrderId
in interfaceOkCoinFuturesTradeService.TradeHistoryParamFuturesContract
-
setOrderId
- Specified by:
setOrderId
in interfaceOkCoinFuturesTradeService.TradeHistoryParamFuturesContract
-
getDate
-
setDate
-