Package | Description |
---|---|
com.xeiam.xchange.cryptsy | |
com.xeiam.xchange.cryptsy.service.polling |
Modifier and Type | Method and Description |
---|---|
CryptsyTradeHistoryReturn |
CryptsyAuthenticated.allmytrades(String apiKey,
si.mazi.rescu.ParamsDigest signer,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce,
String startDate,
String endDate) |
CryptsyTradeHistoryReturn |
CryptsyAuthenticated.mytrades(String apiKey,
si.mazi.rescu.ParamsDigest signer,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce,
int marketID,
int resultCount) |
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 |
---|---|
CryptsyTradeHistoryReturn |
CryptsyTradeServiceRaw.getCryptsySingleMarketTradeHistory(int marketID,
int... args)
Gets the trade history for a single market
|
CryptsyTradeHistoryReturn |
CryptsyTradeServiceRaw.getCryptsyTradeHistory(Date startDate,
Date endDate)
Gets the trade history for a all markets
|
Copyright © 2012–2016 Xeiam, LLC. All rights reserved.