Modifier and Type | Method and Description |
---|---|
static int |
ANXUtils.getMaxPriceScale(CurrencyPair currencyPair) |
Modifier and Type | Method and Description |
---|---|
static CurrencyPair |
ANXAdapters.adaptCurrencyPair(String tradeCurrency,
String priceCurrency) |
Modifier and Type | Field and Description |
---|---|
Map<CurrencyPair,ANXMarketMetaData> |
ANXMetaData.currencyPair |
Constructor and Description |
---|
ANXMetaData(Map<CurrencyPair,ANXMarketMetaData> currencyPairs,
Map<String,CurrencyMetaData> currency,
Set<RateLimit> publicRateLimits,
Set<RateLimit> privateRateLimits,
Boolean shareRateLimits,
BigDecimal makerTradingFee,
BigDecimal takerTradingFee) |
Modifier and Type | Method and Description |
---|---|
ANXDepthWrapper |
ANXMarketDataServiceRaw.getANXFullOrderBook(CurrencyPair currencyPair) |
ANXDepthWrapper |
ANXMarketDataServiceRaw.getANXPartialOrderBook(CurrencyPair currencyPair) |
ANXTicker |
ANXMarketDataServiceRaw.getANXTicker(CurrencyPair currencyPair) |
List<ANXTrade> |
ANXMarketDataServiceRaw.getANXTrades(CurrencyPair currencyPair,
Long sinceTimeStamp) |
OrderBook |
ANXMarketDataService.getOrderBook(CurrencyPair currencyPair,
Object... args)
Get market depth from exchange
|
Ticker |
ANXMarketDataService.getTicker(CurrencyPair currencyPair,
Object... args) |
Trades |
ANXMarketDataService.getTrades(CurrencyPair currencyPair,
Object... args) |
ANXGenericResponse |
ANXTradeServiceRaw.placeANXLimitOrder(CurrencyPair currencyPair,
String type,
BigDecimal amount,
BigDecimal price) |
Modifier and Type | Method and Description |
---|---|
Map<String,ANXDepth> |
ANXMarketDataServiceRaw.getANXFullOrderBooks(Collection<CurrencyPair> currencyPairs) |
Map<String,ANXTicker> |
ANXMarketDataServiceRaw.getANXTickers(Collection<CurrencyPair> currencyPairs) |
Modifier and Type | Method and Description |
---|---|
static OrderBook |
BitbayAdapters.adaptOrderBook(BitbayOrderBook bitbayOrderBook,
CurrencyPair currencyPair) |
static Ticker |
BitbayAdapters.adaptTicker(BitbayTicker bitbayTicker,
CurrencyPair currencyPair)
Adapts a BitbayTicker to a Ticker Object
|
static Trades |
BitbayAdapters.adaptTrades(BitbayTrade[] bitbayTrades,
CurrencyPair currencyPair) |
Modifier and Type | Method and Description |
---|---|
BitbayOrderBook |
BitbayMarketDataServiceRaw.getBitbayOrderBook(CurrencyPair currencyPair) |
BitbayTicker |
BitbayMarketDataServiceRaw.getBitbayTicker(CurrencyPair currencyPair) |
BitbayTrade[] |
BitbayMarketDataServiceRaw.getBitbayTrades(CurrencyPair currencyPair) |
OrderBook |
BitbayMarketDataService.getOrderBook(CurrencyPair currencyPair,
Object... args) |
Ticker |
BitbayMarketDataService.getTicker(CurrencyPair currencyPair,
Object... args) |
Trades |
BitbayMarketDataService.getTrades(CurrencyPair currencyPair,
Object... args) |
Modifier and Type | Method and Description |
---|---|
static Ticker |
BitcoinAverageAdapters.adaptTicker(BitcoinAverageTicker bitcoinAverageTicker,
CurrencyPair currencyPair)
Adapts a BitcoinAverageTicker to a Ticker Object
|
Modifier and Type | Method and Description |
---|---|
OrderBook |
BitcoinAverageMarketDataService.getOrderBook(CurrencyPair currencyPair,
Object... args) |
Ticker |
BitcoinAverageMarketDataService.getTicker(CurrencyPair currencyPair,
Object... args) |
Trades |
BitcoinAverageMarketDataService.getTrades(CurrencyPair currencyPair,
Object... args) |
Modifier and Type | Method and Description |
---|---|
static Ticker |
BitcoinChartsAdapters.adaptTicker(BitcoinChartsTicker[] bitcoinChartsTickers,
CurrencyPair currencyPair)
Adapts a BitcoinChartsTicker[] to a Ticker Object
|
Modifier and Type | Method and Description |
---|---|
OrderBook |
BitcoinChartsMarketDataService.getOrderBook(CurrencyPair currencyPair,
Object... args) |
Ticker |
BitcoinChartsMarketDataService.getTicker(CurrencyPair currencyPair,
Object... args) |
Trades |
BitcoinChartsMarketDataService.getTrades(CurrencyPair currencyPair,
Object... args) |
Modifier and Type | Method and Description |
---|---|
static OrderBook |
BitcoindeAdapters.adaptOrderBook(BitcoindeOrderBook bitcoindeOrderBook,
CurrencyPair currencyPair)
Adapt a com.xeiam.xchange.bitcoinde.dto.marketdata.BitcoindeOrderBook object to an OrderBook object.
|
static Ticker |
BitcoindeAdapters.adaptTicker(BitcoindeRate bitcoindeRate,
CurrencyPair currencyPair)
Adapt a com.xeiam.xchange.bitcoinde.dto.marketdata.BitcoindeRate object to a Ticker object.
|
static Trades |
BitcoindeAdapters.adaptTrades(BitcoindeTrade[] bitcoindeTrades,
CurrencyPair currencyPair)
Adapt a com.xeiam.xchange.bitcoinde.dto.marketdata.BitcoindeTrade[] object to a Trades object.
|
static LimitOrder |
BitcoindeAdapters.createOrder(CurrencyPair currencyPair,
BigDecimal[] priceAndAmount,
Order.OrderType orderType,
String orderId,
Date timeStamp)
Create an individual order.
|
static List<LimitOrder> |
BitcoindeAdapters.createOrders(CurrencyPair currencyPair,
Order.OrderType orderType,
BigDecimal[][] orders)
Create a list of orders from a list of asks or bids.
|
Modifier and Type | Method and Description |
---|---|
OrderBook |
BitcoindeMarketDataService.getOrderBook(CurrencyPair currencyPair,
Object... args) |
Ticker |
BitcoindeMarketDataService.getTicker(CurrencyPair currencyPair,
Object... args) |
Trades |
BitcoindeMarketDataService.getTrades(CurrencyPair currencyPair,
Object... args) |
Modifier and Type | Method and Description |
---|---|
static OrderBook |
BitcoiniumAdapters.adaptOrderbook(BitcoiniumOrderbook bitcoiniumOrderbook,
CurrencyPair currencyPair)
Adapts a BitcoiniumOrderbook to a OrderBook Object
|
static Ticker |
BitcoiniumAdapters.adaptTicker(BitcoiniumTicker bitcoiniumTicker,
CurrencyPair currencyPair)
Adapts a BitcoiniumTicker to a Ticker Object
|
static List<LimitOrder> |
BitcoiniumAdapters.createOrders(CurrencyPair currencyPair,
Order.OrderType orderType,
BitcoiniumOrderbook.CondensedOrder[] condensedOrders) |
Modifier and Type | Method and Description |
---|---|
OrderBook |
BitcoiniumMarketDataService.getOrderBook(CurrencyPair currencyPair,
Object... args) |
Ticker |
BitcoiniumMarketDataService.getTicker(CurrencyPair currencyPair,
Object... args) |
Trades |
BitcoiniumMarketDataService.getTrades(CurrencyPair currencyPair,
Object... args) |
Modifier and Type | Method and Description |
---|---|
static LimitOrder |
BitcurexAdapters.adaptOrder(BigDecimal amount,
BigDecimal price,
CurrencyPair currencyPair,
Order.OrderType orderType,
String id)
Adapts a BitcurexOrder to a LimitOrder
|
static List<LimitOrder> |
BitcurexAdapters.adaptOrders(List<BigDecimal[]> bitcurexOrders,
CurrencyPair currencyPair,
Order.OrderType orderType,
String id)
Adapts a List of bitcurexOrders to a List of LimitOrders
|
static Ticker |
BitcurexAdapters.adaptTicker(BitcurexTicker bitcurexTicker,
CurrencyPair currencyPair)
Adapts a BitcurexTicker to a Ticker Object
|
static Trade |
BitcurexAdapters.adaptTrade(BitcurexTrade bitcurexTrade,
CurrencyPair currencyPair)
Adapts a BitcurexTrade to a Trade Object
|
static Trades |
BitcurexAdapters.adaptTrades(BitcurexTrade[] bitcurexTrades,
CurrencyPair currencyPair)
Adapts a BitcurexTrade[] to a Trades Object
|
Modifier and Type | Method and Description |
---|---|
OrderBook |
BitcurexMarketDataService.getOrderBook(CurrencyPair currencyPair,
Object... args) |
Ticker |
BitcurexMarketDataService.getTicker(CurrencyPair currencyPair,
Object... args) |
Trades |
BitcurexMarketDataService.getTrades(CurrencyPair currencyPair,
Object... args) |
Modifier and Type | Method and Description |
---|---|
static CurrencyPair |
BitfinexAdapters.adaptCurrencyPair(String bitfinexSymbol) |
Modifier and Type | Method and Description |
---|---|
static List<CurrencyPair> |
BitfinexAdapters.adaptCurrencyPairs(Collection<String> bitfinexSymbol) |
Modifier and Type | Method and Description |
---|---|
static String |
BitfinexAdapters.adaptCurrencyPair(CurrencyPair pair) |
static LimitOrder |
BitfinexAdapters.adaptOrder(BigDecimal amount,
BigDecimal price,
CurrencyPair currencyPair,
Order.OrderType orderType,
Date timestamp) |
static OrderBook |
BitfinexAdapters.adaptOrderBook(BitfinexDepth btceDepth,
CurrencyPair currencyPair) |
static BitfinexAdapters.OrdersContainer |
BitfinexAdapters.adaptOrders(BitfinexLevel[] bitfinexLevels,
CurrencyPair currencyPair,
Order.OrderType orderType) |
static Ticker |
BitfinexAdapters.adaptTicker(BitfinexTicker bitfinexTicker,
CurrencyPair currencyPair) |
static Trade |
BitfinexAdapters.adaptTrade(BitfinexTrade trade,
CurrencyPair currencyPair) |
static Trades |
BitfinexAdapters.adaptTrades(BitfinexTrade[] trades,
CurrencyPair currencyPair) |
static String |
BitfinexUtils.toPairString(CurrencyPair currencyPair) |
Modifier and Type | Method and Description |
---|---|
CurrencyPair |
BitfinexTradeService.BitfinexTradeHistoryParams.getCurrencyPair() |
Modifier and Type | Method and Description |
---|---|
List<CurrencyPair> |
BitfinexBasePollingService.getExchangeSymbols() |
Modifier and Type | Method and Description |
---|---|
OrderBook |
BitfinexMarketDataService.getOrderBook(CurrencyPair currencyPair,
Object... args) |
Ticker |
BitfinexMarketDataService.getTicker(CurrencyPair currencyPair,
Object... args) |
Trades |
BitfinexMarketDataService.getTrades(CurrencyPair currencyPair,
Object... args) |
void |
BitfinexTradeService.BitfinexTradeHistoryParams.setCurrencyPair(CurrencyPair pair) |
Constructor and Description |
---|
BitfinexTradeHistoryParams(Date startTime,
int count,
CurrencyPair pair) |
Modifier and Type | Method and Description |
---|---|
static OrderBook |
BitKonanAdapters.adaptOrderBook(BitKonanOrderBook bitKonanOrderBook,
CurrencyPair pair) |
static Ticker |
BitKonanAdapters.adaptTicker(BitKonanTicker bitKonanTicker,
CurrencyPair currencyPair)
Adapts a HitbtcTicker to a Ticker Object
|
Modifier and Type | Method and Description |
---|---|
OrderBook |
BitKonanMarketDataService.getOrderBook(CurrencyPair currencyPair,
Object... args) |
Ticker |
BitKonanMarketDataService.getTicker(CurrencyPair currencyPair,
Object... args) |
Trades |
BitKonanMarketDataService.getTrades(CurrencyPair currencyPair,
Object... args) |
Modifier and Type | Method and Description |
---|---|
static CurrencyPair |
BitMarketUtils.BitMarketCurrencyPairToCurrencyPair(String currencyPair) |
Modifier and Type | Method and Description |
---|---|
static OrderBook |
BitMarketAdapters.adaptOrderBook(BitMarketOrderBook bitMarketOrderBook,
CurrencyPair currencyPair) |
static Ticker |
BitMarketAdapters.adaptTicker(BitMarketTicker bitMarketTicker,
CurrencyPair currencyPair)
Adapts BitMarket ticker to Ticker.
|
static Trades |
BitMarketAdapters.adaptTrades(BitMarketTrade[] bitMarketTrades,
CurrencyPair currencyPair) |
static String |
BitMarketUtils.CurrencyPairToBitMarketCurrencyPair(CurrencyPair currencyPair) |
Modifier and Type | Method and Description |
---|---|
CurrencyPair |
BitMarketOrder.getCurrencyPair() |
Modifier and Type | Method and Description |
---|---|
BitMarketOrderBook |
BitMarketDataServiceRaw.getBitMarketOrderBook(CurrencyPair currencyPair) |
BitMarketTicker |
BitMarketDataServiceRaw.getBitMarketTicker(CurrencyPair currencyPair) |
BitMarketTrade[] |
BitMarketDataServiceRaw.getBitMarketTrades(CurrencyPair currencyPair) |
OrderBook |
BitMarketDataService.getOrderBook(CurrencyPair currencyPair,
Object... args) |
Ticker |
BitMarketDataService.getTicker(CurrencyPair currencyPair,
Object... args) |
Trades |
BitMarketDataService.getTrades(CurrencyPair currencyPair,
Object... args) |
Modifier and Type | Method and Description |
---|---|
CurrencyPair |
BitMarketHistoryParams.getCurrencyPair() |
Modifier and Type | Method and Description |
---|---|
void |
BitMarketHistoryParams.setCurrencyPair(CurrencyPair currencyPair) |
Constructor and Description |
---|
BitMarketHistoryParams(CurrencyPair currencyPair,
Long offset,
Integer count)
Constructor
|
Modifier and Type | Method and Description |
---|---|
static OrderBook |
BitsoAdapters.adaptOrderBook(BitsoOrderBook bitsoOrderBook,
CurrencyPair currencyPair,
int timeScale) |
static Ticker |
BitsoAdapters.adaptTicker(BitsoTicker t,
CurrencyPair currencyPair) |
static Trades |
BitsoAdapters.adaptTrades(BitsoTransaction[] transactions,
CurrencyPair currencyPair)
Adapts a Transaction[] to a Trades Object
|
static LimitOrder |
BitsoAdapters.createOrder(CurrencyPair currencyPair,
List<BigDecimal> priceAndAmount,
Order.OrderType orderType) |
static List<LimitOrder> |
BitsoAdapters.createOrders(CurrencyPair currencyPair,
Order.OrderType orderType,
List<List<BigDecimal>> orders) |
Modifier and Type | Method and Description |
---|---|
OrderBook |
BitsoMarketDataService.getOrderBook(CurrencyPair currencyPair,
Object... args) |
Ticker |
BitsoMarketDataService.getTicker(CurrencyPair currencyPair,
Object... args) |
Trades |
BitsoMarketDataService.getTrades(CurrencyPair currencyPair,
Object... args) |
Modifier and Type | Method and Description |
---|---|
static OrderBook |
BitstampAdapters.adaptOrderBook(BitstampOrderBook bitstampOrderBook,
CurrencyPair currencyPair,
int timeScale)
Adapts a com.xeiam.xchange.bitstamp.api.model.OrderBook to a OrderBook Object
|
static Ticker |
BitstampAdapters.adaptTicker(BitstampTicker bitstampTicker,
CurrencyPair currencyPair)
Adapts a BitstampTicker to a Ticker Object
|
static Trade |
BitstampAdapters.adaptTrade(BitstampTransaction tx,
CurrencyPair currencyPair,
int timeScale)
Adapts a Transaction to a Trade Object
|
static Trades |
BitstampAdapters.adaptTrades(BitstampTransaction[] transactions,
CurrencyPair currencyPair)
Adapts a Transaction[] to a Trades Object
|
static LimitOrder |
BitstampAdapters.createOrder(CurrencyPair currencyPair,
List<BigDecimal> priceAndAmount,
Order.OrderType orderType) |
static List<LimitOrder> |
BitstampAdapters.createOrders(CurrencyPair currencyPair,
Order.OrderType orderType,
List<List<BigDecimal>> orders) |
Modifier and Type | Method and Description |
---|---|
OrderBook |
BitstampMarketDataService.getOrderBook(CurrencyPair currencyPair,
Object... args) |
Ticker |
BitstampMarketDataService.getTicker(CurrencyPair currencyPair,
Object... args) |
Trades |
BitstampMarketDataService.getTrades(CurrencyPair currencyPair,
Object... args) |
Modifier and Type | Method and Description |
---|---|
static CurrencyPair |
BittrexAdapters.adaptCurrencyPair(BittrexSymbol bittrexSymbol) |
Modifier and Type | Method and Description |
---|---|
static List<CurrencyPair> |
BittrexAdapters.adaptCurrencyPairs(Collection<BittrexSymbol> bittrexSymbol) |
Modifier and Type | Method and Description |
---|---|
static LimitOrder |
BittrexAdapters.adaptOrder(BigDecimal amount,
BigDecimal price,
CurrencyPair currencyPair,
String orderTypeString,
String id) |
static List<LimitOrder> |
BittrexAdapters.adaptOrders(BittrexLevel[] orders,
CurrencyPair currencyPair,
String orderType,
String id) |
static Ticker |
BittrexAdapters.adaptTicker(BittrexTicker bittrexTicker,
CurrencyPair currencyPair) |
static Trade |
BittrexAdapters.adaptTrade(BittrexTrade trade,
CurrencyPair currencyPair) |
static Trades |
BittrexAdapters.adaptTrades(BittrexTrade[] trades,
CurrencyPair currencyPair) |
static String |
BittrexUtils.toPairString(CurrencyPair currencyPair) |
Modifier and Type | Method and Description |
---|---|
List<CurrencyPair> |
BittrexBasePollingService.getExchangeSymbols() |
Modifier and Type | Method and Description |
---|---|
OrderBook |
BittrexMarketDataService.getOrderBook(CurrencyPair currencyPair,
Object... args) |
Ticker |
BittrexMarketDataService.getTicker(CurrencyPair currencyPair,
Object... args) |
Trades |
BittrexMarketDataService.getTrades(CurrencyPair currencyPair,
Object... args) |
Modifier and Type | Method and Description |
---|---|
static CurrencyPair |
BleutradeUtils.toCurrencyPair(String pairString) |
Modifier and Type | Method and Description |
---|---|
static Set<CurrencyPair> |
BleutradeAdapters.adaptBleutradeCurrencyPairs(BleutradeMarketsReturn response) |
Modifier and Type | Method and Description |
---|---|
static Trades |
BleutradeAdapters.adaptBleutradeMarketHistory(List<BleutradeTrade> bleutradeTrades,
CurrencyPair currencyPair) |
static OrderBook |
BleutradeAdapters.adaptBleutradeOrderBook(BleutradeOrderBook bleutradeOrderBook,
CurrencyPair currencyPair) |
static String |
BleutradeUtils.toPairString(CurrencyPair currencyPair) |
Modifier and Type | Method and Description |
---|---|
List<CurrencyPair> |
BleutradeBasePollingService.getExchangeSymbols() |
Modifier and Type | Method and Description |
---|---|
List<BleutradeTrade> |
BleutradeMarketDataServiceRaw.getBleutradeMarketHistory(CurrencyPair currencyPair,
int count) |
BleutradeOrderBook |
BleutradeMarketDataServiceRaw.getBleutradeOrderBook(CurrencyPair currencyPair,
int depth) |
BleutradeTicker |
BleutradeMarketDataServiceRaw.getBleutradeTicker(CurrencyPair currencyPair) |
OrderBook |
BleutradeMarketDataService.getOrderBook(CurrencyPair currencyPair,
Object... args) |
Ticker |
BleutradeMarketDataService.getTicker(CurrencyPair currencyPair,
Object... args) |
Trades |
BleutradeMarketDataService.getTrades(CurrencyPair currencyPair,
Object... args) |
Modifier and Type | Method and Description |
---|---|
static Ticker |
Btc38Adapters.adaptTicker(Btc38Ticker btc38Ticker,
CurrencyPair currencyPair) |
Modifier and Type | Method and Description |
---|---|
protected HashMap<String,CurrencyPair> |
Btc38BasePollingService.getCurrencyPairMap() |
List<CurrencyPair> |
Btc38BasePollingService.getExchangeSymbols() |
Modifier and Type | Method and Description |
---|---|
OrderBook |
Btc38MarketDataService.getOrderBook(CurrencyPair currencyPair,
Object... args) |
Ticker |
Btc38MarketDataService.getTicker(CurrencyPair currencyPair,
Object... args) |
Trades |
Btc38MarketDataService.getTrades(CurrencyPair currencyPair,
Object... args) |
Modifier and Type | Method and Description |
---|---|
static OrderBook |
BTCCentralAdapters.adaptMarketDepth(BTCCentralMarketDepth marketDepth,
CurrencyPair currencyPair) |
static Ticker |
BTCCentralAdapters.adaptTicker(BTCCentralTicker btcCentralTicker,
CurrencyPair currencyPair)
Adapts a BTCCentralTicker to a Ticker Object
|
static Trades |
BTCCentralAdapters.adaptTrade(BTCCentralTrade[] btcCentralTrades,
CurrencyPair currencyPair) |
Modifier and Type | Method and Description |
---|---|
OrderBook |
BTCCentralMarketDataService.getOrderBook(CurrencyPair currencyPair,
Object... args) |
Ticker |
BTCCentralMarketDataService.getTicker(CurrencyPair currencyPair,
Object... args) |
Trades |
BTCCentralMarketDataService.getTrades(CurrencyPair currencyPair,
Object... args) |
Modifier and Type | Method and Description |
---|---|
static CurrencyPair |
BTCEAdapters.adaptCurrencyPair(String btceCurrencyPair) |
Modifier and Type | Method and Description |
---|---|
static List<CurrencyPair> |
BTCEAdapters.adaptCurrencyPairs(Iterable<String> btcePairs) |
Modifier and Type | Method and Description |
---|---|
static String |
BTCEAdapters.adaptCurrencyPair(CurrencyPair currencyPair) |
static LimitOrder |
BTCEAdapters.adaptOrder(BigDecimal amount,
BigDecimal price,
CurrencyPair currencyPair,
Order.OrderType orderType,
String id)
Adapts a BTCEOrder to a LimitOrder
|
static List<LimitOrder> |
BTCEAdapters.adaptOrders(List<BigDecimal[]> bTCEOrders,
CurrencyPair currencyPair,
String orderTypeString,
String id)
Adapts a List of BTCEOrders to a List of LimitOrders
|
static Ticker |
BTCEAdapters.adaptTicker(BTCETicker bTCETicker,
CurrencyPair currencyPair)
Adapts a BTCETicker to a Ticker Object
|
static Trade |
BTCEAdapters.adaptTrade(BTCETrade bTCETrade,
CurrencyPair currencyPair)
Adapts a BTCETradeV3 to a Trade Object
|
static Trades |
BTCEAdapters.adaptTrades(BTCETrade[] bTCETrades,
CurrencyPair currencyPair)
Adapts a BTCETradeV3[] to a Trades Object
|
static String |
BTCEAdapters.getPair(CurrencyPair currencyPair) |
Modifier and Type | Method and Description |
---|---|
OrderBook |
BTCEMarketDataService.getOrderBook(CurrencyPair currencyPair,
Object... args)
Get market depth from exchange
|
Ticker |
BTCEMarketDataService.getTicker(CurrencyPair currencyPair,
Object... args) |
Trades |
BTCEMarketDataService.getTrades(CurrencyPair currencyPair,
Object... args)
Get recent trades from exchange
|
Modifier and Type | Method and Description |
---|---|
CurrencyPair |
BTCETradeHistoryParams.getCurrencyPair() |
Modifier and Type | Method and Description |
---|---|
void |
BTCETradeHistoryParams.setCurrencyPair(CurrencyPair pair) |
Modifier and Type | Method and Description |
---|---|
static CurrencyPair |
BTCTradeAdapters.adaptCurrencyPair(String coin) |
Modifier and Type | Method and Description |
---|---|
static OrderBook |
BTCTradeAdapters.adaptOrderBook(BTCTradeDepth btcTradeDepth,
CurrencyPair currencyPair) |
static Ticker |
BTCTradeAdapters.adaptTicker(BTCTradeTicker btcTradeTicker,
CurrencyPair currencyPair) |
static Trades |
BTCTradeAdapters.adaptTrades(BTCTradeTrade[] btcTradeTrades,
CurrencyPair currencyPair) |
Modifier and Type | Method and Description |
---|---|
OrderBook |
BTCTradeMarketDataService.getOrderBook(CurrencyPair currencyPair,
Object... args)
Get an order book representing the current offered exchange rates (market depth)
|
Ticker |
BTCTradeMarketDataService.getTicker(CurrencyPair currencyPair,
Object... args)
Get a ticker representing the current exchange rate
|
Trades |
BTCTradeMarketDataService.getTrades(CurrencyPair currencyPair,
Object... args)
Get the trades recently performed by the exchange
|
Modifier and Type | Method and Description |
---|---|
static CurrencyPair |
BTERAdapters.adaptCurrencyPair(String pair) |
Modifier and Type | Method and Description |
---|---|
static LimitOrder |
BTERAdapters.adaptOrder(BTERPublicOrder order,
CurrencyPair currencyPair,
Order.OrderType orderType) |
static OrderBook |
BTERAdapters.adaptOrderBook(BTERDepth depth,
CurrencyPair currencyPair) |
static List<LimitOrder> |
BTERAdapters.adaptOrders(List<BTERPublicOrder> orders,
CurrencyPair currencyPair,
Order.OrderType orderType) |
static Ticker |
BTERAdapters.adaptTicker(CurrencyPair currencyPair,
BTERTicker bterTicker) |
static Trade |
BTERAdapters.adaptTrade(BTERTradeHistory.BTERPublicTrade trade,
CurrencyPair currencyPair) |
static Trades |
BTERAdapters.adaptTrades(BTERTradeHistory tradeHistory,
CurrencyPair currencyPair) |
static String |
BTERUtils.toPairString(CurrencyPair currencyPair) |
Modifier and Type | Method and Description |
---|---|
static OpenOrders |
BTERAdapters.adaptOpenOrders(BTEROpenOrders openOrders,
Collection<CurrencyPair> currencyPairs) |
static LimitOrder |
BTERAdapters.adaptOrder(BTEROpenOrder order,
Collection<CurrencyPair> currencyPairs) |
Modifier and Type | Method and Description |
---|---|
CurrencyPair |
BTERMarketInfoWrapper.BTERMarketInfo.getCurrencyPair() |
Modifier and Type | Method and Description |
---|---|
Map<CurrencyPair,BTERMarketInfoWrapper.BTERMarketInfo> |
BTERMarketInfoWrapper.getMarketInfoMap() |
Collection<CurrencyPair> |
BTERCurrencyPairs.getPairs() |
Map<CurrencyPair,BTERTicker> |
BTERTickers.getTickerMap() |
Constructor and Description |
---|
BTERMarketInfo(CurrencyPair currencyPair,
int decimalPlaces,
BigDecimal minAmount,
BigDecimal fee) |
Modifier and Type | Method and Description |
---|---|
CurrencyPair |
BTEROrderStatus.getCurrencyPair() |
CurrencyPair |
BTEROrderStatus.BTEROrderStatusInfo.getCurrencyPair() |
Modifier and Type | Method and Description |
---|---|
Map<CurrencyPair,BTERMarketInfoWrapper.BTERMarketInfo> |
BTERPollingMarketDataServiceRaw.getBTERMarketInfo() |
Map<CurrencyPair,BTERTicker> |
BTERPollingMarketDataServiceRaw.getBTERTickers() |
List<CurrencyPair> |
BTERBasePollingService.getExchangeSymbols() |
Modifier and Type | Method and Description |
---|---|
BTERTradeHistoryReturn |
BTERPollingTradeServiceRaw.getBTERTradeHistory(CurrencyPair currencyPair) |
OrderBook |
BTERPollingMarketDataService.getOrderBook(CurrencyPair currencyPair,
Object... args) |
Ticker |
BTERPollingMarketDataService.getTicker(CurrencyPair currencyPair,
Object... args) |
Trades |
BTERPollingMarketDataService.getTrades(CurrencyPair currencyPair,
Object... args) |
String |
BTERPollingTradeServiceRaw.placeBTERLimitOrder(CurrencyPair currencyPair,
BTEROrderType orderType,
BigDecimal rate,
BigDecimal amount)
Submits a Limit Order to be executed on the BTER Exchange for the desired market defined by
currencyPair . |
Modifier and Type | Method and Description |
---|---|
static OrderBook |
CampBXAdapters.adaptOrders(CampBXOrderBook orderBook,
CurrencyPair currencyPair)
CampBXOrderBook to a OrderBook Object
|
static Ticker |
CampBXAdapters.adaptTicker(CampBXTicker campbxTicker,
CurrencyPair currencyPair)
Adapts a CampBXTicker to a Ticker Object
|
static LimitOrder |
CampBXAdapters.createOrder(CurrencyPair currencyPair,
List<BigDecimal> priceAndAmount,
Order.OrderType orderType) |
static List<LimitOrder> |
CampBXAdapters.createOrders(CurrencyPair currencyPair,
Order.OrderType orderType,
List<List<BigDecimal>> orders) |
Modifier and Type | Method and Description |
---|---|
Trades |
CampBXMarketDataServiceRaw.getCampBXTrades(CurrencyPair currencyPair,
Object... args) |
OrderBook |
CampBXMarketDataService.getOrderBook(CurrencyPair currencyPair,
Object... args) |
Ticker |
CampBXMarketDataService.getTicker(CurrencyPair currencyPair,
Object... args) |
Trades |
CampBXMarketDataService.getTrades(CurrencyPair currencyPair,
Object... args) |
Modifier and Type | Method and Description |
---|---|
static OrderBook |
CexIOAdapters.adaptOrderBook(CexIODepth depth,
CurrencyPair currencyPair)
Adapts Cex.IO Depth to OrderBook Object
|
static Ticker |
CexIOAdapters.adaptTicker(CexIOTicker ticker,
CurrencyPair currencyPair)
Adapts a CexIOTicker to a Ticker Object
|
static Trade |
CexIOAdapters.adaptTrade(CexIOTrade trade,
CurrencyPair currencyPair)
Adapts a CexIOTrade to a Trade Object
|
static Trades |
CexIOAdapters.adaptTrades(CexIOTrade[] cexioTrades,
CurrencyPair currencyPair)
Adapts a CexIOTrade[] to a Trades Object
|
static LimitOrder |
CexIOAdapters.createOrder(CurrencyPair currencyPair,
List<BigDecimal> priceAndAmount,
Order.OrderType orderType) |
static List<LimitOrder> |
CexIOAdapters.createOrders(CurrencyPair currencyPair,
Order.OrderType orderType,
List<List<BigDecimal>> orders) |
Modifier and Type | Method and Description |
---|---|
List<CexIOOrder> |
CexIOTradeServiceRaw.getCexIOOpenOrders(CurrencyPair currencyPair) |
CexIODepth |
CexIOMarketDataServiceRaw.getCexIOOrderBook(CurrencyPair currencyPair) |
CexIOTicker |
CexIOMarketDataServiceRaw.getCexIOTicker(CurrencyPair currencyPair) |
CexIOTrade[] |
CexIOMarketDataServiceRaw.getCexIOTrades(CurrencyPair currencyPair,
Long since) |
OrderBook |
CexIOMarketDataService.getOrderBook(CurrencyPair currencyPair,
Object... args) |
Ticker |
CexIOMarketDataService.getTicker(CurrencyPair currencyPair,
Object... args) |
Trades |
CexIOMarketDataService.getTrades(CurrencyPair currencyPair,
Object... args) |
Modifier and Type | Method and Description |
---|---|
static OrderBook |
CleverCoinAdapters.adaptOrderBook(CleverCoinOrderBook cleverCoinOrderBook,
CurrencyPair currencyPair,
int timeScale)
Adapts a com.xeiam.xchange.clevercoin.api.model.OrderBook to a OrderBook Object
|
static Ticker |
CleverCoinAdapters.adaptTicker(CleverCoinTicker cleverCoinTicker,
CurrencyPair currencyPair)
Adapts a CleverCoinTicker to a Ticker Object
|
static Trade |
CleverCoinAdapters.adaptTrade(CleverCoinTransaction tx,
CurrencyPair currencyPair,
int timeScale)
Adapts a Transaction to a Trade Object
|
static Trades |
CleverCoinAdapters.adaptTrades(CleverCoinTransaction[] transactions,
CurrencyPair currencyPair)
Adapts a Transaction[] to a Trades Object
|
static LimitOrder |
CleverCoinAdapters.createOrder(CurrencyPair currencyPair,
List<BigDecimal> priceAndAmount,
Order.OrderType orderType) |
static List<LimitOrder> |
CleverCoinAdapters.createOrders(CurrencyPair currencyPair,
Order.OrderType orderType,
List<List<BigDecimal>> orders) |
Modifier and Type | Method and Description |
---|---|
OrderBook |
CleverCoinMarketDataService.getOrderBook(CurrencyPair currencyPair,
Object... args) |
Ticker |
CleverCoinMarketDataService.getTicker(CurrencyPair currencyPair,
Object... args) |
Trades |
CleverCoinMarketDataService.getTrades(CurrencyPair currencyPair,
Object... args) |
Modifier and Type | Method and Description |
---|---|
static Ticker |
CoinbaseAdapters.adaptTicker(CurrencyPair currencyPair,
CoinbasePrice buyPrice,
CoinbasePrice sellPrice,
CoinbaseMoney spotRate,
CoinbaseSpotPriceHistory coinbaseSpotPriceHistory) |
Modifier and Type | Method and Description |
---|---|
OrderBook |
CoinbaseMarketDataService.getOrderBook(CurrencyPair currencyPair,
Object... args) |
Ticker |
CoinbaseMarketDataService.getTicker(CurrencyPair currencyPair,
Object... args) |
Trades |
CoinbaseMarketDataService.getTrades(CurrencyPair currencyPair,
Object... args) |
Modifier and Type | Method and Description |
---|---|
static List<CurrencyPair> |
CoinbaseExAdapters.adaptProductsToSupportedExchangeSymbols(List<CoinbaseExProduct> products) |
Modifier and Type | Method and Description |
---|---|
static OrderBook |
CoinbaseExAdapters.adaptOrderBook(CoinbaseExProductBook book,
CurrencyPair currencyPair) |
static Ticker |
CoinbaseExAdapters.adaptTicker(CoinbaseExProductTicker ticker,
CoinbaseExProductStats stats,
CoinbaseExProductBook book,
CurrencyPair currencyPair) |
static Trades |
CoinbaseExAdapters.adaptTrades(CoinbaseExTrade[] coinbaseExTrades,
CurrencyPair currencyPair) |
Modifier and Type | Method and Description |
---|---|
List<CurrencyPair> |
CoinbaseExBasePollingService.getExchangeSymbols() |
Modifier and Type | Method and Description |
---|---|
CoinbaseExProductBook |
CoinbaseExMarketDataServiceRaw.getCoinbaseExProductOrderBook(CurrencyPair currencyPair) |
CoinbaseExProductBook |
CoinbaseExMarketDataServiceRaw.getCoinbaseExProductOrderBook(CurrencyPair currencyPair,
int level) |
CoinbaseExProductStats |
CoinbaseExMarketDataServiceRaw.getCoinbaseExProductStats(CurrencyPair currencyPair) |
CoinbaseExProductTicker |
CoinbaseExMarketDataServiceRaw.getCoinbaseExProductTicker(CurrencyPair currencyPair) |
CoinbaseExTrade[] |
CoinbaseExMarketDataServiceRaw.getCoinbaseExTrades(CurrencyPair currencyPair,
int limit) |
OrderBook |
CoinbaseExMarketDataService.getOrderBook(CurrencyPair currencyPair,
Object... args) |
Ticker |
CoinbaseExMarketDataService.getTicker(CurrencyPair currencyPair,
Object... args) |
Trades |
CoinbaseExMarketDataService.getTrades(CurrencyPair currencyPair,
Object... args) |
Modifier and Type | Field and Description |
---|---|
static CurrencyPair |
CoinmateAdapters.COINMATE_DEFAULT_PAIR |
Modifier and Type | Method and Description |
---|---|
static CurrencyPair |
CoinmateUtils.getPair(String currencyPair) |
Modifier and Type | Method and Description |
---|---|
static OrderBook |
CoinmateAdapters.adaptOrderBook(CoinmateOrderBook coinmateOrderBook,
CurrencyPair currencyPair) |
static Ticker |
CoinmateAdapters.adaptTicker(CoinmateTicker coinmateTicker,
CurrencyPair currencyPair)
Adapts a CoinmateTicker to a Ticker Object
|
static List<LimitOrder> |
CoinmateAdapters.createOrders(List<CoinmateOrderBookEntry> coinmateOrders,
Order.OrderType type,
CurrencyPair currencyPair) |
static String |
CoinmateUtils.getPair(CurrencyPair currencyPair) |
Modifier and Type | Method and Description |
---|---|
OrderBook |
CoinmateMarketDataService.getOrderBook(CurrencyPair currencyPair,
Object... args) |
Ticker |
CoinmateMarketDataService.getTicker(CurrencyPair currencyPair,
Object... args) |
Trades |
CoinmateMarketDataService.getTrades(CurrencyPair currencyPair,
Object... args) |
Constructor and Description |
---|
Pair(CurrencyPair pair) |
Modifier and Type | Method and Description |
---|---|
CurrencyPair |
CointraderOrderBook.Entry.getCurrencyPair() |
Modifier and Type | Method and Description |
---|---|
CurrencyPair |
CointraderUserTrade.getCurrencyPair() |
CurrencyPair |
CointraderOrder.getCurrencyPair() |
Constructor and Description |
---|
CointraderOrder(Long id,
Date created,
CointraderOrder.Type type,
BigDecimal quantity,
BigDecimal price,
BigDecimal total,
CurrencyPair currencyPair) |
Modifier and Type | Method and Description |
---|---|
CointraderBaseResponse |
CointraderTradeServiceRaw.cancelCointraderOrder(CurrencyPair currencyPair,
Long orderId) |
CointraderOrder[] |
CointraderTradeServiceRaw.getCointraderOpenOrders(CurrencyPair currencyPair) |
CointraderUserTrade[] |
CointraderTradeServiceRaw.getCointraderUserTransactions(CurrencyPair currencyPair,
Integer offset,
Integer limit,
Long sinceTradeId) |
OrderBook |
CointraderMarketDataService.getOrderBook(CurrencyPair currencyPair,
Object... args) |
Ticker |
CointraderMarketDataService.getTicker(CurrencyPair currencyPair,
Object... args) |
Trades |
CointraderMarketDataService.getTrades(CurrencyPair currencyPair,
Object... args) |
CointraderSubmitOrderResponse |
CointraderTradeServiceRaw.placeCointraderBuyOrder(CurrencyPair currencyPair,
BigDecimal amount,
BigDecimal price) |
CointraderSubmitOrderResponse |
CointraderTradeServiceRaw.placeCointraderSellOrder(CurrencyPair currencyPair,
BigDecimal amount,
BigDecimal price) |
Modifier and Type | Method and Description |
---|---|
static Collection<CurrencyPair> |
CryptonitAdapters.adaptCurrencyPairs(List<List<String>> tradingPairs) |
Modifier and Type | Method and Description |
---|---|
static LimitOrder |
CryptonitAdapters.adaptOrder(BigDecimal amount,
BigDecimal price,
CurrencyPair currencyPair,
String orderTypeString,
Date date,
String id)
Adapts a CryptonitOrder to a LimitOrder
|
static List<LimitOrder> |
CryptonitAdapters.adaptOrders(CryptonitOrders cryptonitOrders,
CurrencyPair currencyPair,
String orderType,
String id)
Adapts CryptonitOrders to a List of LimitOrders
|
static Ticker |
CryptonitAdapters.adaptTicker(CryptonitTicker cryptonitTicker,
CurrencyPair currencyPair)
Adapts a cryptonitTicker to a Ticker Object
|
static Trade |
CryptonitAdapters.adaptTrade(String tradeId,
CryptonitOrder cryptonitTrade,
CurrencyPair currencyPair)
Adapts a CryptonitTrade to a Trade Object
|
static Trades |
CryptonitAdapters.adaptTrades(CryptonitOrders cryptonitTrades,
CurrencyPair currencyPair)
Adapts a CryptonitTrade[] to a Trades Object
|
Modifier and Type | Method and Description |
---|---|
List<CurrencyPair> |
CryptonitBasePollingService.getExchangeSymbols() |
Modifier and Type | Method and Description |
---|---|
CryptonitOrders |
CryptonitMarketDataServiceRaw.getCryptonitAsks(CurrencyPair currencyPair,
int limit) |
CryptonitOrders |
CryptonitMarketDataServiceRaw.getCryptonitBids(CurrencyPair currencyPair,
int limit) |
CryptonitTicker |
CryptonitMarketDataServiceRaw.getCryptonitTicker(CurrencyPair currencyPair) |
CryptonitOrders |
CryptonitMarketDataServiceRaw.getCryptonitTrades(CurrencyPair currencyPair,
int limit) |
OrderBook |
CryptonitMarketDataService.getOrderBook(CurrencyPair currencyPair,
Object... args) |
Ticker |
CryptonitMarketDataService.getTicker(CurrencyPair currencyPair,
Object... args) |
Trades |
CryptonitMarketDataService.getTrades(CurrencyPair currencyPair,
Object... args) |
Modifier and Type | Field and Description |
---|---|
static Map<CurrencyPair,Integer> |
CryptsyCurrencyUtils.currencyPairs_MarketIds
Map containing relationships between MarketIds and CurrencyPairs CAA: 27 June 2014 This list is not final, since CryptsyBasePollingService will
update it on first run.
|
static Map<Integer,CurrencyPair> |
CryptsyCurrencyUtils.marketIds_CurrencyPairs
Map containing relationships between MarketIds and CurrencyPairs CAA: 27 June 2014 This list is not final, since CryptsyBasePollingService will
update it on first run.
|
Modifier and Type | Method and Description |
---|---|
static CurrencyPair |
CryptsyAdapters.adaptCurrencyPair(CryptsyPublicMarketData cryptsyPublicMarketData) |
static CurrencyPair |
CryptsyAdapters.adaptCurrencyPair(String cryptsyLabel) |
static CurrencyPair |
CryptsyCurrencyUtils.convertToCurrencyPair(int marketId)
Converts a int marketId to the appropriate CurrencyPair
|
Modifier and Type | Method and Description |
---|---|
static Collection<CurrencyPair> |
CryptsyAdapters.adaptCurrencyPairs(Map<Integer,CryptsyPublicMarketData> cryptsyPublicMarketData)
Adapts CryptsyPublicMarketData DTO's to List
|
static Map<CurrencyPair,Trades> |
CryptsyAdapters.adaptPublicTrades(Map<Integer,CryptsyPublicMarketData> cryptsyMarketData) |
Modifier and Type | Method and Description |
---|---|
static OrderBook |
CryptsyAdapters.adaptOrderBook(CryptsyOrderBookReturn cryptsyOrderBookReturn,
CurrencyPair currencyPair)
Adapt CryptsyOrderBookReturn DTO to XChange OrderBook DTO
|
static Ticker |
CryptsyAdapters.adaptTicker(CryptsyGetMarketsReturn marketsReturnData,
CurrencyPair currencyPair)
Adapts CryptsyGetMarketsReturn DTO to XChange standard Ticker DTO Note: Cryptsy does not natively have a Ticker method, so getMarkets function
will have to be called to get summary data
|
static Trades |
CryptsyAdapters.adaptTrades(CryptsyMarketTradesReturn cryptsyTrades,
CurrencyPair currencyPair)
Adapts CryptsyMarketTradesReturn DTO to XChange standard Trades DTO
|
static int |
CryptsyCurrencyUtils.convertToMarketId(CurrencyPair currencyPair)
Converts a CurrencyPair (in form Base_Counter) to the appropriate marketId
|
Modifier and Type | Method and Description |
---|---|
List<CurrencyPair> |
CryptsyBasePollingService.getExchangeSymbols() |
Modifier and Type | Method and Description |
---|---|
OrderBook |
CryptsyPublicMarketDataService.getOrderBook(CurrencyPair currencyPair,
Object... args) |
OrderBook |
CryptsyMarketDataService.getOrderBook(CurrencyPair currencyPair,
Object... args) |
Ticker |
CryptsyPublicMarketDataService.getTicker(CurrencyPair currencyPair,
Object... args) |
Ticker |
CryptsyMarketDataService.getTicker(CurrencyPair currencyPair,
Object... args) |
Trades |
CryptsyPublicMarketDataService.getTrades(CurrencyPair currencyPair,
Object... args) |
Trades |
CryptsyMarketDataService.getTrades(CurrencyPair currencyPair,
Object... args) |
Modifier and Type | Field and Description |
---|---|
static CurrencyPair |
CurrencyPair.BTC_AUD |
static CurrencyPair |
CurrencyPair.BTC_BRL |
static CurrencyPair |
CurrencyPair.BTC_CAD |
static CurrencyPair |
CurrencyPair.BTC_CHF |
static CurrencyPair |
CurrencyPair.BTC_CNY |
static CurrencyPair |
CurrencyPair.BTC_CZK |
static CurrencyPair |
CurrencyPair.BTC_DKK |
static CurrencyPair |
CurrencyPair.BTC_EUR |
static CurrencyPair |
CurrencyPair.BTC_GBP |
static CurrencyPair |
CurrencyPair.BTC_HKD |
static CurrencyPair |
CurrencyPair.BTC_IDR |
static CurrencyPair |
CurrencyPair.BTC_ILS |
static CurrencyPair |
CurrencyPair.BTC_JPY |
static CurrencyPair |
CurrencyPair.BTC_KRW |
static CurrencyPair |
CurrencyPair.BTC_LTC |
static CurrencyPair |
CurrencyPair.BTC_MXN |
static CurrencyPair |
CurrencyPair.BTC_NMC |
static CurrencyPair |
CurrencyPair.BTC_NOK |
static CurrencyPair |
CurrencyPair.BTC_NZD |
static CurrencyPair |
CurrencyPair.BTC_PHP |
static CurrencyPair |
CurrencyPair.BTC_PLN |
static CurrencyPair |
CurrencyPair.BTC_PPC |
static CurrencyPair |
CurrencyPair.BTC_RUB |
static CurrencyPair |
CurrencyPair.BTC_RUR |
static CurrencyPair |
CurrencyPair.BTC_SEK |
static CurrencyPair |
CurrencyPair.BTC_SGD |
static CurrencyPair |
CurrencyPair.BTC_STR |
static CurrencyPair |
CurrencyPair.BTC_THB |
static CurrencyPair |
CurrencyPair.BTC_USD |
static CurrencyPair |
CurrencyPair.BTC_XDC |
static CurrencyPair |
CurrencyPair.BTC_XRP |
static CurrencyPair |
CurrencyPair.BTC_XVN |
static CurrencyPair |
CurrencyPair.BTC_ZAR |
static CurrencyPair |
CurrencyPair.CNC_BTC |
static CurrencyPair |
CurrencyPair.DGC_BTC |
static CurrencyPair |
CurrencyPair.DOGE_BTC |
static CurrencyPair |
CurrencyPair.DOGE_HKD |
static CurrencyPair |
CurrencyPair.DOGE_LTC |
static CurrencyPair |
CurrencyPair.DOGE_NMC |
static CurrencyPair |
CurrencyPair.DOGE_PPC |
static CurrencyPair |
CurrencyPair.DOGE_USD |
static CurrencyPair |
CurrencyPair.DVC_BTC |
static CurrencyPair |
CurrencyPair.EUR_RUR |
static CurrencyPair |
CurrencyPair.EUR_USD |
static CurrencyPair |
CurrencyPair.EUR_XRP |
static CurrencyPair |
CurrencyPair.EUR_XVN |
static CurrencyPair |
CurrencyPair.FTC_BTC |
static CurrencyPair |
CurrencyPair.FTC_CNY |
static CurrencyPair |
CurrencyPair.FTC_LTC |
static CurrencyPair |
CurrencyPair.FTC_USD |
static CurrencyPair |
CurrencyPair.GBP_USD |
static CurrencyPair |
CurrencyPair.GHs_BTC |
static CurrencyPair |
CurrencyPair.GHs_NMC |
static CurrencyPair |
CurrencyPair.JPY_USD |
static CurrencyPair |
CurrencyPair.KRW_XRP |
static CurrencyPair |
CurrencyPair.LTC_BTC |
static CurrencyPair |
CurrencyPair.LTC_CNY |
static CurrencyPair |
CurrencyPair.LTC_EUR |
static CurrencyPair |
CurrencyPair.LTC_HKD |
static CurrencyPair |
CurrencyPair.LTC_KRW |
static CurrencyPair |
CurrencyPair.LTC_NMC |
static CurrencyPair |
CurrencyPair.LTC_PPC |
static CurrencyPair |
CurrencyPair.LTC_RUR |
static CurrencyPair |
CurrencyPair.LTC_USD |
static CurrencyPair |
CurrencyPair.LTC_XDC |
static CurrencyPair |
CurrencyPair.LTC_XRP |
static CurrencyPair |
CurrencyPair.NMC_BTC |
static CurrencyPair |
CurrencyPair.NMC_CNY |
static CurrencyPair |
CurrencyPair.NMC_EUR |
static CurrencyPair |
CurrencyPair.NMC_HKD |
static CurrencyPair |
CurrencyPair.NMC_KRW |
static CurrencyPair |
CurrencyPair.NMC_LTC |
static CurrencyPair |
CurrencyPair.NMC_PPC |
static CurrencyPair |
CurrencyPair.NMC_USD |
static CurrencyPair |
CurrencyPair.NMC_XDC |
static CurrencyPair |
CurrencyPair.NMC_XRP |
static CurrencyPair |
CurrencyPair.NVC_BTC |
static CurrencyPair |
CurrencyPair.NVC_USD |
static CurrencyPair |
CurrencyPair.PPC_BTC |
static CurrencyPair |
CurrencyPair.PPC_HKD |
static CurrencyPair |
CurrencyPair.PPC_LTC |
static CurrencyPair |
CurrencyPair.PPC_NMC |
static CurrencyPair |
CurrencyPair.PPC_USD |
static CurrencyPair |
CurrencyPair.PPC_XDC |
static CurrencyPair |
CurrencyPair.STR_BTC |
static CurrencyPair |
CurrencyPair.TRC_BTC |
static CurrencyPair |
CurrencyPair.USD_AUD |
static CurrencyPair |
CurrencyPair.USD_CAD |
static CurrencyPair |
CurrencyPair.USD_CHF |
static CurrencyPair |
CurrencyPair.USD_JPY |
static CurrencyPair |
CurrencyPair.USD_RUR |
static CurrencyPair |
CurrencyPair.USD_XRP |
static CurrencyPair |
CurrencyPair.USD_XVN |
static CurrencyPair |
CurrencyPair.UTC_BTC |
static CurrencyPair |
CurrencyPair.UTC_EUR |
static CurrencyPair |
CurrencyPair.UTC_LTC |
static CurrencyPair |
CurrencyPair.UTC_USD |
static CurrencyPair |
CurrencyPair.WDC_BTC |
static CurrencyPair |
CurrencyPair.WDC_USD |
static CurrencyPair |
CurrencyPair.XDC_BTC |
static CurrencyPair |
CurrencyPair.XDC_HKD |
static CurrencyPair |
CurrencyPair.XDC_LTC |
static CurrencyPair |
CurrencyPair.XDC_NMC |
static CurrencyPair |
CurrencyPair.XDC_PPC |
static CurrencyPair |
CurrencyPair.XDC_USD |
static CurrencyPair |
CurrencyPair.XPM_BTC |
static CurrencyPair |
CurrencyPair.XPM_CNY |
static CurrencyPair |
CurrencyPair.XPM_LTC |
static CurrencyPair |
CurrencyPair.XPM_PPC |
static CurrencyPair |
CurrencyPair.XPM_USD |
static CurrencyPair |
CurrencyPair.XRP_BTC |
static CurrencyPair |
CurrencyPair.XVN_XRP |
Modifier and Type | Method and Description |
---|---|
int |
CurrencyPair.compareTo(CurrencyPair o) |
void |
CustomCurrencyPairSerializer.serialize(CurrencyPair currencyPair,
com.fasterxml.jackson.core.JsonGenerator jsonGenerator,
com.fasterxml.jackson.databind.SerializerProvider serializerProvider) |
Modifier and Type | Field and Description |
---|---|
protected CurrencyPair |
Order.Builder.currencyPair |
Modifier and Type | Method and Description |
---|---|
CurrencyPair |
Order.getCurrencyPair() |
Modifier and Type | Method and Description |
---|---|
Order.Builder |
Order.Builder.currencyPair(CurrencyPair currencyPair) |
Constructor and Description |
---|
Builder(Order.OrderType orderType,
CurrencyPair currencyPair) |
Order(Order.OrderType type,
BigDecimal tradableAmount,
CurrencyPair currencyPair,
String id,
Date timestamp) |
Modifier and Type | Field and Description |
---|---|
protected CurrencyPair |
Trade.currencyPair
The currency pair
|
protected CurrencyPair |
Trade.Builder.currencyPair |
Modifier and Type | Method and Description |
---|---|
CurrencyPair |
Ticker.getCurrencyPair() |
CurrencyPair |
Trade.getCurrencyPair() |
Modifier and Type | Method and Description |
---|---|
Ticker.Builder |
Ticker.Builder.currencyPair(CurrencyPair currencyPair) |
Trade.Builder |
Trade.Builder.currencyPair(CurrencyPair currencyPair) |
Constructor and Description |
---|
OrderBookUpdate(Order.OrderType type,
BigDecimal volume,
CurrencyPair currencyPair,
BigDecimal limitPrice,
Date timestamp,
BigDecimal totalVolume)
Build an order book update.
|
Trade(Order.OrderType type,
BigDecimal tradableAmount,
CurrencyPair currencyPair,
BigDecimal price,
Date timestamp,
String id)
This constructor is called to create a public Trade object in
PollingMarketDataService.getTrades(com.xeiam.xchange.currency.CurrencyPair, Object...)
implementations) since it's missing the orderId and fee parameters. |
Modifier and Type | Method and Description |
---|---|
Map<CurrencyPair,MarketMetaData> |
ExchangeMetaData.getMarketMetaDataMap() |
Constructor and Description |
---|
ExchangeMetaData(Map<CurrencyPair,MarketMetaData> currencyPairs,
Map<String,CurrencyMetaData> currency,
Set<RateLimit> publicRateLimits,
Set<RateLimit> privateRateLimits,
Boolean shareRateLimits) |
Modifier and Type | Method and Description |
---|---|
MarketOrder.Builder |
MarketOrder.Builder.currencyPair(CurrencyPair currencyPair) |
LimitOrder.Builder |
LimitOrder.Builder.currencyPair(CurrencyPair currencyPair) |
UserTrade.Builder |
UserTrade.Builder.currencyPair(CurrencyPair currencyPair) |
Constructor and Description |
---|
Builder(Order.OrderType orderType,
CurrencyPair currencyPair) |
Builder(Order.OrderType orderType,
CurrencyPair currencyPair) |
LimitOrder(Order.OrderType type,
BigDecimal tradableAmount,
CurrencyPair currencyPair,
String id,
Date timestamp,
BigDecimal limitPrice) |
MarketOrder(Order.OrderType type,
BigDecimal tradableAmount,
CurrencyPair currencyPair) |
MarketOrder(Order.OrderType type,
BigDecimal tradableAmount,
CurrencyPair currencyPair,
Date timestamp) |
MarketOrder(Order.OrderType type,
BigDecimal tradableAmount,
CurrencyPair currencyPair,
String id,
Date timestamp) |
UserTrade(Order.OrderType type,
BigDecimal tradableAmount,
CurrencyPair currencyPair,
BigDecimal price,
Date timestamp,
String id,
String orderId,
BigDecimal feeAmount,
String feeCurrency)
This constructor is called to construct user's trade objects (in
PollingTradeService.getTradeHistory(Object...) implementations). |
Modifier and Type | Method and Description |
---|---|
static CurrencyPair |
EmpoExUtils.toCurrencyPair(String pairString) |
Modifier and Type | Method and Description |
---|---|
static OrderBook |
EmpoExAdapters.adaptEmpoExDepth(Map<String,List<EmpoExLevel>> raw,
CurrencyPair currencyPair) |
static Trades |
EmpoExAdapters.adaptEmpoExTrades(List<EmpoExTrade> raw,
CurrencyPair currencyPair) |
static LimitOrder |
EmpoExAdapters.adaptOpenOrder(EmpoExOpenOrder raw,
CurrencyPair currencyPair) |
static String |
EmpoExUtils.toPairString(CurrencyPair currencyPair) |
Modifier and Type | Method and Description |
---|---|
List<CurrencyPair> |
EmpoExBasePollingService.getExchangeSymbols() |
Modifier and Type | Method and Description |
---|---|
Map<String,Map<String,List<EmpoExLevel>>> |
EmpoExMarketDataServiceRaw.getEmpoExDepth(CurrencyPair currencyPair) |
EmpoExTicker |
EmpoExMarketDataServiceRaw.getEmpoExTicker(CurrencyPair currencyPair) |
Map<String,List<EmpoExTrade>> |
EmpoExMarketDataServiceRaw.getEmpoExTrades(CurrencyPair currencyPair) |
OrderBook |
EmpoExMarketDataService.getOrderBook(CurrencyPair currencyPair,
Object... args) |
Ticker |
EmpoExMarketDataService.getTicker(CurrencyPair currencyPair,
Object... args) |
Trades |
EmpoExMarketDataService.getTrades(CurrencyPair currencyPair,
Object... args) |
Modifier and Type | Method and Description |
---|---|
static CurrencyPair |
HitbtcAdapters.adaptSymbol(HitbtcSymbol hitbtcSymbol) |
static CurrencyPair |
HitbtcAdapters.adaptSymbol(String symbolString) |
Modifier and Type | Method and Description |
---|---|
static List<CurrencyPair> |
HitbtcAdapters.adaptCurrencyPairs(HitbtcSymbols hitbtcSymbols) |
Modifier and Type | Method and Description |
---|---|
static String |
HitbtcAdapters.adaptCurrencyPair(CurrencyPair pair) |
static OrderBook |
HitbtcAdapters.adaptOrderBook(HitbtcOrderBook hitbtcOrderBook,
CurrencyPair currencyPair) |
static Ticker |
HitbtcAdapters.adaptTicker(HitbtcTicker hitbtcTicker,
CurrencyPair currencyPair)
Adapts a HitbtcTicker to a Ticker Object
|
static Trades |
HitbtcAdapters.adaptTrades(HitbtcTrades hitbtcTrades,
CurrencyPair currencyPair) |
Modifier and Type | Method and Description |
---|---|
CurrencyPair |
HitbtcTradeService.HitbtcTradeHistoryParams.getCurrencyPair() |
Modifier and Type | Method and Description |
---|---|
HitbtcOrderBook |
HitbtcMarketDataServiceRaw.getHitbtcOrderBook(CurrencyPair currencyPair) |
HitbtcTicker |
HitbtcMarketDataServiceRaw.getHitbtcTicker(CurrencyPair currencyPair) |
HitbtcTrades |
HitbtcMarketDataServiceRaw.getHitbtcTrades(CurrencyPair currencyPair,
long from,
HitbtcTrades.HitbtcTradesSortOrder sortBy,
long startIndex,
long maxResults) |
OrderBook |
HitbtcMarketDataService.getOrderBook(CurrencyPair currencyPair,
Object... args) |
Ticker |
HitbtcMarketDataService.getTicker(CurrencyPair currencyPair,
Object... args) |
Trades |
HitbtcMarketDataService.getTrades(CurrencyPair currencyPair,
Object... args) |
void |
HitbtcTradeService.HitbtcTradeHistoryParams.setCurrencyPair(CurrencyPair pair) |
Modifier and Type | Method and Description |
---|---|
IndependentReserveOpenOrdersResponse |
IndependentReserveTradeServiceRaw.getIndependentReserveOpenOrders(CurrencyPair currencyPair,
Integer pageNumber) |
OrderBook |
IndependentReserveMarketDataService.getOrderBook(CurrencyPair currencyPair,
Object... args) |
Ticker |
IndependentReserveMarketDataService.getTicker(CurrencyPair currencyPair,
Object... args) |
Trades |
IndependentReserveMarketDataService.getTrades(CurrencyPair currencyPair,
Object... args) |
String |
IndependentReserveTradeServiceRaw.independentReservePlaceLimitOrder(CurrencyPair currencyPair,
Order.OrderType type,
BigDecimal limitPrice,
BigDecimal tradableAmount) |
Modifier and Type | Method and Description |
---|---|
static List<LimitOrder> |
ItBitAdapters.adaptOrders(List<BigDecimal[]> orders,
CurrencyPair currencyPair,
Order.OrderType orderType) |
static Ticker |
ItBitAdapters.adaptTicker(CurrencyPair currencyPair,
ItBitTicker itBitTicker) |
static Trade |
ItBitAdapters.adaptTrade(ItBitTrade trade,
CurrencyPair currencyPair) |
static Trades |
ItBitAdapters.adaptTrades(ItBitTrade[] trades,
CurrencyPair currencyPair) |
Modifier and Type | Method and Description |
---|---|
CurrencyPair |
ItBitTradeService.ItBitTradeHistoryParams.getCurrencyPair() |
Modifier and Type | Method and Description |
---|---|
ItBitDepth |
ItBitMarketDataServiceRaw.getItBitDepth(CurrencyPair currencyPair,
Object... args) |
ItBitTicker |
ItBitMarketDataServiceRaw.getItBitTicker(CurrencyPair currencyPair) |
ItBitTrade[] |
ItBitMarketDataServiceRaw.getItBitTrades(CurrencyPair currencyPair,
Object... args) |
OrderBook |
ItBitMarketDataService.getOrderBook(CurrencyPair currencyPair,
Object... args) |
Ticker |
ItBitMarketDataService.getTicker(CurrencyPair currencyPair,
Object... args) |
Trades |
ItBitMarketDataService.getTrades(CurrencyPair currencyPair,
Object... args) |
void |
ItBitTradeService.ItBitTradeHistoryParams.setCurrencyPair(CurrencyPair pair) |
Constructor and Description |
---|
ItBitTradeHistoryParams(Integer pageLength,
Integer pageNumber,
CurrencyPair pair) |
Modifier and Type | Method and Description |
---|---|
static Ticker |
JubiAdapters.adaptTicker(JubiTicker ticker,
CurrencyPair currencyPair) |
Modifier and Type | Method and Description |
---|---|
OrderBook |
JubiMarketDataService.getOrderBook(CurrencyPair currencyPair,
Object... args) |
Ticker |
JubiMarketDataService.getTicker(CurrencyPair currencyPair,
Object... args) |
Trades |
JubiMarketDataService.getTrades(CurrencyPair currencyPair,
Object... args) |
Modifier and Type | Method and Description |
---|---|
static CurrencyPair |
KrakenAdapters.adaptCurrencyPair(String krakenCurrencyPair) |
Modifier and Type | Method and Description |
---|---|
static Set<CurrencyPair> |
KrakenAdapters.adaptCurrencyPairs(Collection<String> krakenCurrencyPairs) |
Modifier and Type | Method and Description |
---|---|
static LimitOrder |
KrakenAdapters.adaptOrder(KrakenPublicOrder order,
Order.OrderType orderType,
CurrencyPair currencyPair) |
static OrderBook |
KrakenAdapters.adaptOrderBook(KrakenDepth krakenDepth,
CurrencyPair currencyPair) |
static KrakenAdapters.OrdersContainer |
KrakenAdapters.adaptOrders(List<KrakenPublicOrder> orders,
CurrencyPair currencyPair,
Order.OrderType orderType) |
static Ticker |
KrakenAdapters.adaptTicker(KrakenTicker krakenTicker,
CurrencyPair currencyPair) |
static Trade |
KrakenAdapters.adaptTrade(KrakenPublicTrade krakenPublicTrade,
CurrencyPair currencyPair) |
static Trades |
KrakenAdapters.adaptTrades(List<KrakenPublicTrade> krakenTrades,
CurrencyPair currencyPair,
long last) |
Modifier and Type | Method and Description |
---|---|
CurrencyPair |
KrakenStandardOrder.getAssetPair() |
CurrencyPair |
KrakenStandardOrder.KrakenOrderBuilder.getAssetPair() |
Constructor and Description |
---|
KrakenUserTrade(Order.OrderType type,
BigDecimal tradableAmount,
CurrencyPair currencyPair,
BigDecimal price,
Date timestamp,
String id,
String orderId,
BigDecimal feeAmount,
String feeCurrency,
BigDecimal cost) |
Modifier and Type | Method and Description |
---|---|
List<CurrencyPair> |
KrakenBasePollingService.getExchangeSymbols() |
Modifier and Type | Method and Description |
---|---|
protected String |
KrakenBasePollingService.createKrakenCurrencyPair(CurrencyPair currencyPair) |
protected String |
KrakenBasePollingService.delimitAssetPairs(CurrencyPair[] currencyPairs) |
KrakenAssetPairs |
KrakenBasePollingService.getKrakenAssetPairs(CurrencyPair... currencyPairs) |
KrakenDepth |
KrakenMarketDataServiceRaw.getKrakenDepth(CurrencyPair currencyPair,
long count) |
Map<String,KrakenTicker> |
KrakenMarketDataServiceRaw.getKrakenTicker(CurrencyPair... currencyPairs) |
KrakenTicker |
KrakenMarketDataServiceRaw.getKrakenTicker(CurrencyPair currencyPair) |
KrakenPublicTrades |
KrakenMarketDataServiceRaw.getKrakenTrades(CurrencyPair currencyPair) |
KrakenPublicTrades |
KrakenMarketDataServiceRaw.getKrakenTrades(CurrencyPair currencyPair,
Long since) |
OrderBook |
KrakenMarketDataService.getOrderBook(CurrencyPair currencyPair,
Object... args) |
Ticker |
KrakenMarketDataService.getTicker(CurrencyPair currencyPair,
Object... args) |
Trades |
KrakenMarketDataService.getTrades(CurrencyPair currencyPair,
Object... args) |
KrakenTradeVolume |
KrakenAccountServiceRaw.getTradeVolume(CurrencyPair... currencyPairs) |
protected KrakenTradeVolume |
KrakenTradeServiceRaw.getTradeVolume(CurrencyPair... currencyPairs) |
Modifier and Type | Method and Description |
---|---|
static OrderBook |
LakeBTCAdapters.adaptOrderBook(LakeBTCOrderBook lakeBTCOrderBook,
CurrencyPair currencyPair) |
static Ticker |
LakeBTCAdapters.adaptTicker(LakeBTCTicker lakeBTCTicker,
CurrencyPair currencyPair) |
static Trade |
LakeBTCAdapters.adaptTrade(LakeBTCTradeResponse tx,
CurrencyPair currencyPair,
int timeScale)
Adapts a Transaction to a Trade Object
|
static Trades |
LakeBTCAdapters.adaptTrades(LakeBTCTradeResponse[] transactions,
CurrencyPair currencyPair)
Adapts a Transaction[] to a Trades Object
|
static String |
LakeBTCUtil.toPairString(CurrencyPair currencyPair) |
Modifier and Type | Method and Description |
---|---|
OrderBook |
LakeBTCMarketDataService.getOrderBook(CurrencyPair currencyPair,
Object... args) |
Ticker |
LakeBTCMarketDataService.getTicker(CurrencyPair currencyPair,
Object... args) |
Trades |
LakeBTCMarketDataService.getTrades(CurrencyPair currencyPair,
Object... args) |
Modifier and Type | Method and Description |
---|---|
static OrderBook |
LoyalbitAdapters.adaptOrderBook(LoyalbitOrderBook loyalbitOrderBook,
CurrencyPair currencyPair) |
static LimitOrder |
LoyalbitAdapters.createOrder(CurrencyPair currencyPair,
List<BigDecimal> priceAndAmount,
Order.OrderType orderType) |
static List<LimitOrder> |
LoyalbitAdapters.createOrders(CurrencyPair currencyPair,
Order.OrderType orderType,
List<List<BigDecimal>> orders) |
Modifier and Type | Method and Description |
---|---|
OrderBook |
LoyalbitMarketDataService.getOrderBook(CurrencyPair currencyPair,
Object... args) |
Ticker |
LoyalbitMarketDataService.getTicker(CurrencyPair currencyPair,
Object... args) |
Trades |
LoyalbitMarketDataService.getTrades(CurrencyPair currencyPair,
Object... args) |
Modifier and Type | Method and Description |
---|---|
static OrderBook |
MercadoBitcoinAdapters.adaptOrderBook(MercadoBitcoinOrderBook mercadoBitcoinOrderBook,
CurrencyPair currencyPair)
Adapts a com.xeiam.xchange.mercadobitcoin.dto.marketdata.OrderBook to a OrderBook Object
|
static List<LimitOrder> |
MercadoBitcoinAdapters.adaptOrders(CurrencyPair currencyPair,
MercadoBitcoinBaseTradeApiResult<MercadoBitcoinUserOrders> input) |
static Ticker |
MercadoBitcoinAdapters.adaptTicker(MercadoBitcoinTicker mercadoBitcoinTicker,
CurrencyPair currencyPair)
Adapts a MercadoBitcoinTicker to a Ticker Object
|
static Trades |
MercadoBitcoinAdapters.adaptTrades(MercadoBitcoinTransaction[] transactions,
CurrencyPair currencyPair)
Adapts a Transaction[] to a Trades Object
|
static LimitOrder |
MercadoBitcoinAdapters.createOrder(CurrencyPair currencyPair,
List<BigDecimal> priceAndAmount,
Order.OrderType orderType) |
static List<LimitOrder> |
MercadoBitcoinAdapters.createOrders(CurrencyPair currencyPair,
Order.OrderType orderType,
List<List<BigDecimal>> orders) |
static String |
MercadoBitcoinUtils.makeMercadoBitcoinOrderId(CurrencyPair currencyPair,
String orderId)
Return something like
btc_brl:83948239 |
Modifier and Type | Method and Description |
---|---|
MercadoBitcoinOrderBook |
MercadoBitcoinMarketDataServiceRaw.getMercadoBitcoinOrderBook(CurrencyPair currencyPair) |
MercadoBitcoinTicker |
MercadoBitcoinMarketDataServiceRaw.getMercadoBitcoinTicker(CurrencyPair currencyPair) |
MercadoBitcoinTransaction[] |
MercadoBitcoinMarketDataServiceRaw.getMercadoBitcoinTransactions(CurrencyPair currencyPair,
Object... args) |
OrderBook |
MercadoBitcoinMarketDataService.getOrderBook(CurrencyPair currencyPair,
Object... args) |
Ticker |
MercadoBitcoinMarketDataService.getTicker(CurrencyPair currencyPair,
Object... args) |
Trades |
MercadoBitcoinMarketDataService.getTrades(CurrencyPair currencyPair,
Object... args) |
Modifier and Type | Method and Description |
---|---|
static CurrencyPair |
MeXBTAdapters.adaptCurrencyPair(String ins) |
Modifier and Type | Method and Description |
---|---|
static OrderBook |
MeXBTAdapters.adaptOrderBook(CurrencyPair currencyPair,
MeXBTOrderBook meXBTOrderBook) |
static Ticker |
MeXBTAdapters.adaptTicker(CurrencyPair currencyPair,
MeXBTTicker meXBTTicker) |
static Trade |
MeXBTAdapters.adaptTrade(CurrencyPair currencyPair,
MeXBTTrade meXBTTrade) |
static Trades |
MeXBTAdapters.adaptTrades(CurrencyPair currencyPair,
MeXBTTrade[] meXBTTrades) |
static String |
MeXBTAdapters.toCurrencyPair(CurrencyPair currencyPair) |
Modifier and Type | Method and Description |
---|---|
OrderBook |
MeXBTMarketDataService.getOrderBook(CurrencyPair currencyPair,
Object... args)
Get an order book representing the current offered exchange rates (market depth)
|
Ticker |
MeXBTMarketDataService.getTicker(CurrencyPair currencyPair,
Object... args)
Get a ticker representing the current exchange rate
|
Trades |
MeXBTMarketDataService.getTrades(CurrencyPair currencyPair,
Object... args)
Get the trades recently performed by the exchange
|
Modifier and Type | Method and Description |
---|---|
static Ticker |
OERAdapters.adaptTicker(CurrencyPair currencyPair,
Double exchangeRate) |
Modifier and Type | Method and Description |
---|---|
OrderBook |
OERMarketDataService.getOrderBook(CurrencyPair currencyPair,
Object... args) |
Ticker |
OERMarketDataService.getTicker(CurrencyPair currencyPair,
Object... args) |
Trades |
OERMarketDataService.getTrades(CurrencyPair currencyPair,
Object... args) |
Modifier and Type | Method and Description |
---|---|
static CurrencyPair |
OkCoinAdapters.adaptSymbol(String symbol) |
Modifier and Type | Method and Description |
---|---|
static OrderBook |
OkCoinAdapters.adaptOrderBook(OkCoinDepth depth,
CurrencyPair currencyPair) |
static String |
OkCoinAdapters.adaptSymbol(CurrencyPair currencyPair) |
static Ticker |
OkCoinAdapters.adaptTicker(OkCoinTickerResponse tickerResponse,
CurrencyPair currencyPair) |
static Trades |
OkCoinAdapters.adaptTrades(OkCoinTrade[] trades,
CurrencyPair currencyPair) |
Modifier and Type | Method and Description |
---|---|
CurrencyPair |
OkCoinTradeService.OkCoinTradeHistoryParams.getCurrencyPair() |
CurrencyPair |
OkCoinFuturesTradeService.OkCoinFuturesTradeHistoryParams.getCurrencyPair() |
Modifier and Type | Method and Description |
---|---|
OkCoinDepth |
OkCoinMarketDataServiceRaw.getDepth(CurrencyPair currencyPair) |
OkCoinDepth |
OkCoinMarketDataServiceRaw.getFuturesDepth(CurrencyPair currencyPair,
FuturesContract prompt) |
OkCoinTickerResponse |
OkCoinMarketDataServiceRaw.getFuturesTicker(CurrencyPair currencyPair,
FuturesContract prompt) |
OkCoinTrade[] |
OkCoinMarketDataServiceRaw.getFuturesTrades(CurrencyPair currencyPair,
FuturesContract prompt) |
OrderBook |
OkCoinFuturesMarketDataService.getOrderBook(CurrencyPair currencyPair,
Object... args) |
OrderBook |
OkCoinMarketDataService.getOrderBook(CurrencyPair currencyPair,
Object... args) |
OkCoinTickerResponse |
OkCoinMarketDataServiceRaw.getTicker(CurrencyPair currencyPair) |
Ticker |
OkCoinFuturesMarketDataService.getTicker(CurrencyPair currencyPair,
Object... args) |
Ticker |
OkCoinMarketDataService.getTicker(CurrencyPair currencyPair,
Object... args) |
OkCoinTrade[] |
OkCoinMarketDataServiceRaw.getTrades(CurrencyPair currencyPair) |
OkCoinTrade[] |
OkCoinMarketDataServiceRaw.getTrades(CurrencyPair currencyPair,
long since) |
Trades |
OkCoinFuturesMarketDataService.getTrades(CurrencyPair currencyPair,
Object... args) |
Trades |
OkCoinMarketDataService.getTrades(CurrencyPair currencyPair,
Object... args) |
void |
OkCoinTradeService.OkCoinTradeHistoryParams.setCurrencyPair(CurrencyPair pair) |
void |
OkCoinFuturesTradeService.OkCoinFuturesTradeHistoryParams.setCurrencyPair(CurrencyPair pair) |
Constructor and Description |
---|
OkCoinFuturesTradeHistoryParams(Integer pageLength,
Integer pageNumber,
CurrencyPair currencyPair,
FuturesContract futuresContract,
String orderId) |
OkCoinTradeHistoryParams(Integer pageLength,
Integer pageNumber,
CurrencyPair pair) |
Modifier and Type | Method and Description |
---|---|
CurrencyPair[] |
OkCoinExchangeStreamingConfiguration.getMarketDataCurrencyPairs() |
Modifier and Type | Method and Description |
---|---|
static Ticker |
OkCoinJsonAdapters.adaptTicker(OkCoinStreamingTicker ticker,
CurrencyPair currencyPair) |
static Trade |
OkCoinJsonAdapters.adaptTrade(com.fasterxml.jackson.databind.JsonNode trade,
CurrencyPair currencyPair) |
Constructor and Description |
---|
OkCoinExchangeStreamingConfiguration(CurrencyPair[] marketDataCurrencyPairs) |
OkCoinWebSocketService(BlockingQueue<ExchangeEvent> eventQueue,
com.xeiam.xchange.okcoin.service.streaming.ChannelProvider channelProvider,
CurrencyPair[] currencyPairs) |
Modifier and Type | Method and Description |
---|---|
static CurrencyPair |
PoloniexUtils.toCurrencyPair(String pair) |
Modifier and Type | Method and Description |
---|---|
static OrderBook |
PoloniexAdapters.adaptPoloniexDepth(PoloniexDepth depth,
CurrencyPair currencyPair) |
static LimitOrder |
PoloniexAdapters.adaptPoloniexOpenOrder(PoloniexOpenOrder openOrder,
CurrencyPair currencyPair) |
static List<LimitOrder> |
PoloniexAdapters.adaptPoloniexPublicOrders(List<List<BigDecimal>> rawLevels,
Order.OrderType orderType,
CurrencyPair currencyPair) |
static Trade |
PoloniexAdapters.adaptPoloniexPublicTrade(PoloniexPublicTrade poloniexTrade,
CurrencyPair currencyPair) |
static Trades |
PoloniexAdapters.adaptPoloniexPublicTrades(PoloniexPublicTrade[] poloniexPublicTrades,
CurrencyPair currencyPair) |
static Ticker |
PoloniexAdapters.adaptPoloniexTicker(PoloniexTicker poloniexTicker,
CurrencyPair currencyPair) |
static UserTrade |
PoloniexAdapters.adaptPoloniexUserTrade(PoloniexUserTrade userTrade,
CurrencyPair currencyPair) |
static String |
PoloniexUtils.toPairString(CurrencyPair currencyPair) |
Modifier and Type | Method and Description |
---|---|
CurrencyPair |
PoloniexTicker.getCurrencyPair() |
Constructor and Description |
---|
PoloniexTicker(PoloniexMarketData poloniexMarketData,
CurrencyPair currencyPair) |
Modifier and Type | Method and Description |
---|---|
CurrencyPair |
PoloniexTradeService.PoloniexTradeHistoryParams.getCurrencyPair() |
Modifier and Type | Method and Description |
---|---|
List<CurrencyPair> |
PoloniexBasePollingService.getExchangeSymbols() |
Modifier and Type | Method and Description |
---|---|
boolean |
PoloniexTradeServiceRaw.cancel(String orderId,
CurrencyPair currencyPair) |
OrderBook |
PoloniexMarketDataService.getOrderBook(CurrencyPair currencyPair,
Object... args) |
PoloniexDepth |
PoloniexMarketDataServiceRaw.getPoloniexDepth(CurrencyPair currencyPair) |
PoloniexDepth |
PoloniexMarketDataServiceRaw.getPoloniexDepth(CurrencyPair currencyPair,
int depth) |
PoloniexPublicTrade[] |
PoloniexMarketDataServiceRaw.getPoloniexPublicTrades(CurrencyPair currencyPair) |
PoloniexPublicTrade[] |
PoloniexMarketDataServiceRaw.getPoloniexPublicTrades(CurrencyPair currencyPair,
Long startTime,
Long endTime) |
PoloniexTicker |
PoloniexMarketDataServiceRaw.getPoloniexTicker(CurrencyPair currencyPair) |
Ticker |
PoloniexMarketDataService.getTicker(CurrencyPair currencyPair,
Object... args) |
Trades |
PoloniexMarketDataService.getTrades(CurrencyPair currencyPair,
Object... args) |
PoloniexUserTrade[] |
PoloniexTradeServiceRaw.returnTradeHistory(CurrencyPair currencyPair,
Long startTime,
Long endTime) |
void |
PoloniexTradeService.PoloniexTradeHistoryParams.setCurrencyPair(CurrencyPair value) |
Modifier and Type | Method and Description |
---|---|
static OrderBook |
QuoineAdapters.adaptOrderBook(QuoineOrderBook quoineOrderBook,
CurrencyPair currencyPair) |
static Ticker |
QuoineAdapters.adaptTicker(QuoineProduct quoineTicker,
CurrencyPair currencyPair) |
static LimitOrder |
QuoineAdapters.createOrder(CurrencyPair currencyPair,
List<BigDecimal> priceAndAmount,
Order.OrderType orderType) |
static List<LimitOrder> |
QuoineAdapters.createOrders(CurrencyPair currencyPair,
Order.OrderType orderType,
List<List<BigDecimal>> orders) |
static int |
QuoineUtils.toID(CurrencyPair currencyPair) |
static String |
QuoineUtils.toPairString(CurrencyPair currencyPair) |
Modifier and Type | Method and Description |
---|---|
OrderBook |
QuoineMarketDataService.getOrderBook(CurrencyPair currencyPair,
Object... args) |
Ticker |
QuoineMarketDataService.getTicker(CurrencyPair currencyPair,
Object... args) |
Trades |
QuoineMarketDataService.getTrades(CurrencyPair currencyPair,
Object... args) |
QuoineOrderResponse |
QuoineTradeServiceRaw.placeLimitOrder(CurrencyPair currencyPair,
String type,
BigDecimal tradableAmount,
BigDecimal price) |
QuoineOrderResponse |
QuoineTradeServiceRaw.placeMarketOrder(CurrencyPair currencyPair,
String type,
BigDecimal tradableAmount) |
Modifier and Type | Method and Description |
---|---|
static OrderBook |
RippleAdapters.adaptOrderBook(RippleOrderBook rippleOrderBook,
RippleMarketDataParams params,
CurrencyPair currencyPair)
Adapts a Ripple OrderBook to an XChange OrderBook object.
|
static List<LimitOrder> |
RippleAdapters.createOrders(CurrencyPair currencyPair,
Order.OrderType orderType,
List<RippleOrder> orders,
String baseCounterparty,
String counterCounterparty) |
Constructor and Description |
---|
Builder(Order.OrderType type,
CurrencyPair currencyPair) |
RippleLimitOrder(Order.OrderType type,
BigDecimal tradableAmount,
CurrencyPair currencyPair,
String id,
Date timestamp,
BigDecimal limitPrice,
String baseCounterparty,
String counterCounterparty) |
RippleUserTrade(Order.OrderType type,
BigDecimal tradableAmount,
CurrencyPair currencyPair,
BigDecimal price,
Date timestamp,
String id,
String orderId,
BigDecimal feeAmount,
String feeCurrency,
String baseCounterparty,
String counterCounterparty,
BigDecimal baseTransferFee,
BigDecimal counterTransferFee) |
Modifier and Type | Method and Description |
---|---|
OrderBook |
RippleMarketDataService.getOrderBook(CurrencyPair currencyPair,
Object... args)
If the base currency is not XRP then the returned orders' additional data map contains a value for
RippleExchange.DATA_BASE_COUNTERPARTY ,
similarly if the counter currency is not XRP then RippleExchange.DATA_COUNTER_COUNTERPARTY is populated. |
RippleOrderBook |
RippleMarketDataServiceRaw.getRippleOrderBook(CurrencyPair pair,
RippleMarketDataParams params) |
Ticker |
RippleMarketDataService.getTicker(CurrencyPair currencyPair,
Object... args) |
Trades |
RippleMarketDataService.getTrades(CurrencyPair currencyPair,
Object... args) |
Modifier and Type | Method and Description |
---|---|
CurrencyPair |
RippleTradeHistoryParams.getCurrencyPair() |
Modifier and Type | Method and Description |
---|---|
void |
RippleTradeHistoryParams.setCurrencyPair(CurrencyPair value) |
Modifier and Type | Method and Description |
---|---|
List<CurrencyPair> |
BaseExchangeService.getExchangeSymbols() |
Modifier and Type | Method and Description |
---|---|
List<CurrencyPair> |
BasePollingService.getExchangeSymbols()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
OrderBook |
PollingMarketDataService.getOrderBook(CurrencyPair currencyPair,
Object... args)
Get an order book representing the current offered exchange rates (market depth)
|
Ticker |
PollingMarketDataService.getTicker(CurrencyPair currencyPair,
Object... args)
Get a ticker representing the current exchange rate
|
Trades |
PollingMarketDataService.getTrades(CurrencyPair currencyPair,
Object... args)
Get the trades recently performed by the exchange
|
Modifier and Type | Method and Description |
---|---|
CurrencyPair |
DefaultTradeHistoryParamCurrencyPair.getCurrencyPair() |
CurrencyPair |
TradeHistoryParamsAll.getCurrencyPair() |
CurrencyPair |
TradeHistoryParamCurrencyPair.getCurrencyPair() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultTradeHistoryParamCurrencyPair.setCurrencyPair(CurrencyPair pair) |
void |
TradeHistoryParamsAll.setCurrencyPair(CurrencyPair pair) |
void |
TradeHistoryParamCurrencyPair.setCurrencyPair(CurrencyPair pair) |
Modifier and Type | Method and Description |
---|---|
static OrderBook |
TaurusAdapters.adaptOrderBook(TaurusOrderBook taurusOrderBook,
CurrencyPair currencyPair) |
static Ticker |
TaurusAdapters.adaptTicker(TaurusTicker tt,
CurrencyPair currencyPair) |
static Trade |
TaurusAdapters.adaptTrade(TaurusTransaction tx,
CurrencyPair currencyPair) |
static Trades |
TaurusAdapters.adaptTrades(TaurusTransaction[] transactions,
CurrencyPair currencyPair) |
static LimitOrder |
TaurusAdapters.createOrder(CurrencyPair currencyPair,
List<BigDecimal> priceAndAmount,
Order.OrderType orderType) |
static List<LimitOrder> |
TaurusAdapters.createOrders(CurrencyPair currencyPair,
Order.OrderType orderType,
List<List<BigDecimal>> orders) |
Modifier and Type | Method and Description |
---|---|
CurrencyPair |
TaurusOrder.getBook() |
Constructor and Description |
---|
TaurusOrder(String id,
Date datetime,
Order.OrderType type,
BigDecimal price,
BigDecimal amount,
TaurusOrder.Status status,
Object error,
CurrencyPair book) |
Modifier and Type | Method and Description |
---|---|
OrderBook |
TaurusMarketDataService.getOrderBook(CurrencyPair currencyPair,
Object... args) |
Ticker |
TaurusMarketDataService.getTicker(CurrencyPair currencyPair,
Object... args) |
Trades |
TaurusMarketDataService.getTrades(CurrencyPair currencyPair,
Object... args) |
Modifier and Type | Field and Description |
---|---|
CurrencyPair |
TheRock.Pair.pair |
Constructor and Description |
---|
Pair(CurrencyPair pair) |
Modifier and Type | Method and Description |
---|---|
CurrencyPair |
TheRockTicker.getFundId() |
Modifier and Type | Method and Description |
---|---|
OrderBook |
TheRockMarketDataService.getOrderBook(CurrencyPair currencyPair,
Object... args) |
Ticker |
TheRockMarketDataService.getTicker(CurrencyPair currencyPair,
Object... args) |
Trades |
TheRockMarketDataService.getTrades(CurrencyPair currencyPair,
Object... args) |
TheRockOrder |
TheRockTradeServiceRaw.placeOrder(CurrencyPair currencyPair,
BigDecimal amount,
BigDecimal price,
TheRockOrder.Side side,
TheRockOrder.Type type) |
Modifier and Type | Method and Description |
---|---|
CurrencyPair |
CurrencyPairDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser jsonParser,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
static CurrencyPair |
CurrencyPairDeserializer.getCurrencyPairFromString(String currencyPairString) |
Modifier and Type | Method and Description |
---|---|
static LimitOrder |
VircurexAdapters.adaptOrder(BigDecimal amount,
BigDecimal price,
CurrencyPair currencyPair,
Order.OrderType orderType,
String id) |
static List<LimitOrder> |
VircurexAdapters.adaptOrders(List<BigDecimal[]> someOrders,
CurrencyPair currencyPair,
String orderTypeString,
String id) |
Modifier and Type | Method and Description |
---|---|
OrderBook |
VircurexMarketDataService.getOrderBook(CurrencyPair currencyPair,
Object... args) |
Ticker |
VircurexMarketDataService.getTicker(CurrencyPair currencyPair,
Object... args) |
Trades |
VircurexMarketDataService.getTrades(CurrencyPair currencyPair,
Object... args) |
VircurexDepth |
VircurexMarketDataServiceRaw.getVircurexOrderBook(CurrencyPair currencyPair) |
VircurexLastTrade |
VircurexMarketDataServiceRaw.getVircurexTicker(CurrencyPair currencyPair) |
Modifier and Type | Method and Description |
---|---|
static LimitOrder |
VirtExAdapters.adaptOrder(BigDecimal amount,
BigDecimal price,
CurrencyPair currencyPair,
String orderTypeString,
String id)
Adapts a VirtExOrder to a LimitOrder
|
static List<LimitOrder> |
VirtExAdapters.adaptOrders(List<BigDecimal[]> virtexOrders,
CurrencyPair currencyPair,
String orderType,
String id)
Adapts a List of virtexOrders to a List of LimitOrders
|
static Ticker |
VirtExAdapters.adaptTicker(VirtExTicker virtExTicker,
CurrencyPair currencyPair)
Adapts a VirtExTicker to a Ticker Object
|
static Trade |
VirtExAdapters.adaptTrade(VirtExTrade virtExTrade,
CurrencyPair currencyPair)
Adapts a VirtExTrade to a Trade Object
|
static Trades |
VirtExAdapters.adaptTrades(List<VirtExTrade> virtExTrades,
CurrencyPair currencyPair)
Adapts a VirtExTrade[] to a Trades Object
|
Modifier and Type | Method and Description |
---|---|
OrderBook |
VirtExMarketDataService.getOrderBook(CurrencyPair currencyPair,
Object... args) |
Ticker |
VirtExMarketDataService.getTicker(CurrencyPair currencyPair,
Object... args) |
Trades |
VirtExMarketDataService.getTrades(CurrencyPair currencyPair,
Object... args) |
VirtExDepth |
VirtExMarketDataServiceRaw.getVirtExOrderBook(CurrencyPair currencyPair) |
VirtExTicker |
VirtExMarketDataServiceRaw.getVirtExTicker(CurrencyPair currencyPair) |
List<VirtExTrade> |
VirtExMarketDataServiceRaw.getVirtExTrades(CurrencyPair currencyPair) |
Modifier and Type | Method and Description |
---|---|
static Ticker |
YacunaAdapters.adaptTicker(YacunaTicker ticker,
CurrencyPair currencyPair) |
Modifier and Type | Method and Description |
---|---|
protected HashMap<String,CurrencyPair> |
YacunaBasePollingService.getCurrencyPairMap() |
List<CurrencyPair> |
YacunaBasePollingService.getExchangeSymbols() |
Modifier and Type | Method and Description |
---|---|
OrderBook |
YacunaMarketDataService.getOrderBook(CurrencyPair currencyPair,
Object... args) |
Ticker |
YacunaMarketDataService.getTicker(CurrencyPair currencyPair,
Object... args) |
Trades |
YacunaMarketDataService.getTrades(CurrencyPair currencyPair,
Object... args) |
YacunaTicker |
YacunaMarketDataServiceRaw.getYacunaTicker(CurrencyPair currencyPair) |
Copyright © 2012–2017 Xeiam, LLC. All rights reserved.