Modifier and Type | Method and Description |
---|---|
static UserTrades |
ANXAdapters.adaptUserTrades(ANXTradeResult[] anxTradeResults,
ANXMetaData meta) |
Modifier and Type | Method and Description |
---|---|
UserTrades |
ANXTradeService.getTradeHistory(Object... args) |
UserTrades |
ANXTradeService.getTradeHistory(TradeHistoryParams params)
Suported parameter types:
TradeHistoryParamsTimeSpan |
Modifier and Type | Method and Description |
---|---|
static UserTrades |
BitfinexAdapters.adaptTradeHistory(BitfinexTradeResponse[] trades,
String symbol) |
Modifier and Type | Method and Description |
---|---|
UserTrades |
BitfinexTradeService.getTradeHistory(Object... arguments) |
UserTrades |
BitfinexTradeService.getTradeHistory(TradeHistoryParams params) |
Modifier and Type | Method and Description |
---|---|
static UserTrades |
BitMarketAdapters.adaptTradeHistory(BitMarketHistoryTrades historyTrades,
BitMarketHistoryOperations historyOperations) |
Modifier and Type | Method and Description |
---|---|
UserTrades |
BitMarketTradeService.getTradeHistory(Object... objects) |
UserTrades |
BitMarketTradeService.getTradeHistory(TradeHistoryParams tradeHistoryParams) |
Modifier and Type | Method and Description |
---|---|
static UserTrades |
BitsoAdapters.adaptTradeHistory(BitsoUserTransaction[] bitsoUserTransactions) |
Modifier and Type | Method and Description |
---|---|
UserTrades |
BitsoTradeService.getTradeHistory(Object... args) |
UserTrades |
BitsoTradeService.getTradeHistory(TradeHistoryParams params)
Required parameter types:
TradeHistoryParamPaging.getPageLength() |
Modifier and Type | Method and Description |
---|---|
static UserTrades |
BitstampAdapters.adaptTradeHistory(BitstampUserTransaction[] bitstampUserTransactions)
Adapt the user's trades
|
Modifier and Type | Method and Description |
---|---|
UserTrades |
BitstampTradeService.getTradeHistory(Object... args) |
UserTrades |
BitstampTradeService.getTradeHistory(TradeHistoryParams params)
Required parameter types:
TradeHistoryParamPaging.getPageLength() |
Modifier and Type | Method and Description |
---|---|
UserTrades |
BittrexTradeService.getTradeHistory(Object... arguments) |
UserTrades |
BittrexTradeService.getTradeHistory(TradeHistoryParams params) |
Modifier and Type | Method and Description |
---|---|
UserTrades |
BleutradeTradeService.getTradeHistory(Object... arguments) |
UserTrades |
BleutradeTradeService.getTradeHistory(TradeHistoryParams params) |
Modifier and Type | Method and Description |
---|---|
static UserTrades |
BTCEAdapters.adaptTradeHistory(Map<Long,BTCETradeHistoryResult> tradeHistory) |
Modifier and Type | Method and Description |
---|---|
UserTrades |
BTCETradeService.getTradeHistory(Object... arguments) |
UserTrades |
BTCETradeService.getTradeHistory(TradeHistoryParams params)
Supported parameters:
TradeHistoryParamPaging TradeHistoryParamsIdSpan TradeHistoryParamsTimeSpan
TradeHistoryParamCurrencyPair You can also override sorting order (default is descending) by using BTCETradeHistoryParams |
Modifier and Type | Method and Description |
---|---|
static UserTrades |
BTCTradeAdapters.adaptTrades(BTCTradeOrder[] btcTradeOrders,
BTCTradeOrder[] btcTradeOrderDetails) |
Modifier and Type | Method and Description |
---|---|
UserTrades |
BTCTradeTradeService.getTradeHistory(Object... arguments) |
UserTrades |
BTCTradeTradeService.getTradeHistory(TradeHistoryParams params)
Optional parameters: start time (default 0 = all) of
TradeHistoryParamsTimeSpan
Required parameters: none
Note this method makes 1+N remote calls, where N is the number of returned trades |
Modifier and Type | Method and Description |
---|---|
static UserTrades |
BTERAdapters.adaptUserTrades(List<BTERTrade> userTrades) |
Modifier and Type | Method and Description |
---|---|
UserTrades |
BTERPollingTradeService.getTradeHistory(Object... args) |
UserTrades |
BTERPollingTradeService.getTradeHistory(TradeHistoryParams params)
Required parameter:
TradeHistoryParamCurrencyPair |
Modifier and Type | Method and Description |
---|---|
UserTrades |
CampBXTradeService.getTradeHistory(Object... args) |
UserTrades |
CampBXTradeService.getTradeHistory(TradeHistoryParams params) |
Modifier and Type | Method and Description |
---|---|
UserTrades |
CexIOTradeService.getTradeHistory(Object... args) |
UserTrades |
CexIOTradeService.getTradeHistory(TradeHistoryParams params) |
Modifier and Type | Method and Description |
---|---|
static UserTrades |
CleverCoinAdapters.adaptTradeHistory(CleverCoinUserTransaction[] cleverCoinUserTransactions)
Adapt the user's trades
|
Modifier and Type | Method and Description |
---|---|
UserTrades |
CleverCoinTradeService.getTradeHistory(Object... args) |
UserTrades |
CleverCoinTradeService.getTradeHistory(TradeHistoryParams params)
Required parameter types:
TradeHistoryParamPaging.getPageLength() |
Modifier and Type | Method and Description |
---|---|
static UserTrades |
CoinbaseAdapters.adaptTrades(CoinbaseTransfers transfers) |
Modifier and Type | Method and Description |
---|---|
UserTrades |
CoinbaseTradeService.getTradeHistory(Object... arguments)
Authenticated resource which returns the user’s Bitcoin purchases and sells.
|
UserTrades |
CoinbaseTradeService.getTradeHistory(TradeHistoryParams params) |
Modifier and Type | Method and Description |
---|---|
UserTrades |
CoinbaseExTradeService.getTradeHistory(Object... arguments) |
UserTrades |
CoinbaseExTradeService.getTradeHistory(TradeHistoryParams params) |
Modifier and Type | Method and Description |
---|---|
static UserTrades |
CoinmateAdapters.adaptTradeHistory(CoinmateTransactionHistory coinmateTradeHistory) |
Modifier and Type | Method and Description |
---|---|
UserTrades |
CoinmateTradeService.getTradeHistory(Object... arguments) |
UserTrades |
CoinmateTradeService.getTradeHistory(TradeHistoryParams params) |
Modifier and Type | Method and Description |
---|---|
static UserTrades |
CointraderAdapters.adaptTradeHistory(CointraderUserTrade[] cointraderUserTrades) |
Modifier and Type | Method and Description |
---|---|
UserTrades |
CointraderTradeService.getTradeHistory(Object... args) |
UserTrades |
CointraderTradeService.getTradeHistory(TradeHistoryParams params) |
Modifier and Type | Method and Description |
---|---|
static UserTrades |
CryptsyAdapters.adaptTradeHistory(CryptsyTradeHistoryReturn tradeHistoryReturnData)
Adapts CryptsyTradeHistoryReturn DTO to XChange standard Trades DTO
|
Modifier and Type | Method and Description |
---|---|
UserTrades |
CryptsyTradeService.getTradeHistory(Object... arguments) |
UserTrades |
CryptsyTradeService.getTradeHistory(TradeHistoryParams params) |
Modifier and Type | Method and Description |
---|---|
UserTrades |
EmpoExTradeService.getTradeHistory(Object... arguments) |
UserTrades |
EmpoExTradeService.getTradeHistory(TradeHistoryParams params) |
Modifier and Type | Method and Description |
---|---|
static UserTrades |
HitbtcAdapters.adaptTradeHistory(HitbtcOwnTrade[] tradeHistoryRaw,
ExchangeMetaData metaData) |
Modifier and Type | Method and Description |
---|---|
UserTrades |
HitbtcTradeService.getTradeHistory(Object... arguments) |
UserTrades |
HitbtcTradeService.getTradeHistory(TradeHistoryParams params)
Required parameters:
TradeHistoryParamPaging TradeHistoryParamCurrencyPair |
Modifier and Type | Method and Description |
---|---|
static UserTrades |
IndependentReserveAdapters.adaptTradeHistory(IndependentReserveTradeHistoryResponse independentReserveTradeHistoryResponse) |
Modifier and Type | Method and Description |
---|---|
UserTrades |
IndependentReserveTradeService.getTradeHistory(Object... arguments) |
UserTrades |
IndependentReserveTradeService.getTradeHistory(TradeHistoryParams params)
Optional parameters:
TradeHistoryParamPaging.getPageNumber() indexed from 0 |
Modifier and Type | Method and Description |
---|---|
static UserTrades |
ItBitAdapters.adaptTradeHistory(ItBitOrder[] orders) |
Modifier and Type | Method and Description |
---|---|
UserTrades |
ItBitTradeService.getTradeHistory(Object... arguments) |
UserTrades |
ItBitTradeService.getTradeHistory(TradeHistoryParams params)
Required parameters:
TradeHistoryParamPaging TradeHistoryParamCurrencyPair |
Modifier and Type | Method and Description |
---|---|
static UserTrades |
KrakenAdapters.adaptTradesHistory(Map<String,KrakenTrade> krakenTrades) |
Modifier and Type | Method and Description |
---|---|
UserTrades |
KrakenTradeService.getTradeHistory(Object... args) |
UserTrades |
KrakenTradeService.getTradeHistory(TradeHistoryParams params) |
Modifier and Type | Method and Description |
---|---|
static UserTrades |
LakeBTCAdapters.adaptTradeHistory(LakeBTCTradeResponse[] transactions)
Adapt the user's trades
|
Modifier and Type | Method and Description |
---|---|
UserTrades |
LakeBTCTradeService.getTradeHistory(Object... arguments) |
UserTrades |
LakeBTCTradeService.getTradeHistory(TradeHistoryParams params) |
Modifier and Type | Method and Description |
---|---|
static UserTrades |
LoyalbitAdapters.adaptTradeHistory(LoyalbitUserTransaction[] loyalbitUserTransactions) |
Modifier and Type | Method and Description |
---|---|
UserTrades |
LoyalbitTradeService.getTradeHistory(Object... args) |
UserTrades |
LoyalbitTradeService.getTradeHistory(TradeHistoryParams params) |
Modifier and Type | Method and Description |
---|---|
UserTrades |
MercadoBitcoinTradeService.getTradeHistory(Object... args) |
UserTrades |
MercadoBitcoinTradeService.getTradeHistory(TradeHistoryParams params)
Required parameter types:
TradeHistoryParamPaging.getPageLength() |
Modifier and Type | Method and Description |
---|---|
static UserTrades |
MeXBTAdapters.adaptUserTrades(MeXBTTradeResponse tradeResponse) |
Modifier and Type | Method and Description |
---|---|
UserTrades |
MeXBTTradeService.getTradeHistory(Object... arguments)
gets trade history for user's account
|
UserTrades |
MeXBTTradeService.getTradeHistory(TradeHistoryParams params)
Fetch the history of user trades.
|
Modifier and Type | Method and Description |
---|---|
static UserTrades |
OkCoinAdapters.adaptTrades(OkCoinOrderResult orderResult) |
static UserTrades |
OkCoinAdapters.adaptTradesFutures(OkCoinFuturesOrderResult orderResult) |
Modifier and Type | Method and Description |
---|---|
UserTrades |
OkCoinTradeService.getTradeHistory(Object... arguments) |
UserTrades |
OkCoinFuturesTradeService.getTradeHistory(Object... arguments) |
UserTrades |
OkCoinTradeService.getTradeHistory(TradeHistoryParams params)
Required parameters
TradeHistoryParamPaging Supported parameters TradeHistoryParamCurrencyPair |
UserTrades |
OkCoinFuturesTradeService.getTradeHistory(TradeHistoryParams params)
Parameters: see
OkCoinFuturesTradeService.OkCoinFuturesTradeHistoryParams |
Modifier and Type | Method and Description |
---|---|
UserTrades |
PoloniexTradeService.getTradeHistory(Object... arguments) |
UserTrades |
PoloniexTradeService.getTradeHistory(TradeHistoryParams params) |
Modifier and Type | Method and Description |
---|---|
UserTrades |
QuoineTradeService.getTradeHistory(Object... args) |
UserTrades |
QuoineTradeService.getTradeHistory(TradeHistoryParams params) |
Modifier and Type | Method and Description |
---|---|
static UserTrades |
RippleAdapters.adaptTrades(Collection<RippleOrderDetails> tradesForAccount,
TradeHistoryParams params,
RippleAccountService accountService,
int roundingScale) |
Modifier and Type | Method and Description |
---|---|
UserTrades |
RippleTradeService.getTradeHistory(Object... arguments)
Search through the last
RippleTradeHistoryParams.DEFAULT_PAGE_LENGTH notifications looking for a maximum of
RippleTradeHistoryCount.DEFAULT_TRADE_COUNT_LIMIT trades. |
UserTrades |
RippleTradeService.getTradeHistory(TradeHistoryParams params)
Ripple trade history is a request intensive process.
|
Modifier and Type | Method and Description |
---|---|
UserTrades |
PollingTradeService.getTradeHistory(Object... arguments)
Deprecated.
|
UserTrades |
PollingTradeService.getTradeHistory(TradeHistoryParams params)
Fetch the history of user trades.
|
Modifier and Type | Method and Description |
---|---|
static UserTrades |
TaurusAdapters.adaptTradeHistory(TaurusUserTransaction[] taurusUserTransactions) |
Modifier and Type | Method and Description |
---|---|
UserTrades |
TaurusTradeService.getTradeHistory(Object... args) |
UserTrades |
TaurusTradeService.getTradeHistory(TradeHistoryParams params) |
Modifier and Type | Method and Description |
---|---|
UserTrades |
TheRockTradeService.getTradeHistory(Object... args) |
UserTrades |
TheRockTradeService.getTradeHistory(TradeHistoryParams params) |
Modifier and Type | Method and Description |
---|---|
UserTrades |
VircurexTradeService.getTradeHistory(Object... arguments) |
UserTrades |
VircurexTradeService.getTradeHistory(TradeHistoryParams params) |
Copyright © 2012–2017 Xeiam, LLC. All rights reserved.