Package | Description |
---|---|
com.xeiam.xchange.cryptonit.v2 | |
com.xeiam.xchange.cryptonit.v2.service.polling |
Modifier and Type | Method and Description |
---|---|
CryptonitOrders |
Cryptonit.getOrders(String bid_currency,
String ask_currency,
String type,
String limit) |
Modifier and Type | Method and Description |
---|---|
static List<LimitOrder> |
CryptonitAdapters.adaptOrders(CryptonitOrders cryptonitOrders,
CurrencyPair currencyPair,
String orderType,
String id)
Adapts CryptonitOrders to a List of LimitOrders
|
static Trades |
CryptonitAdapters.adaptTrades(CryptonitOrders cryptonitTrades,
CurrencyPair currencyPair)
Adapts a CryptonitTrade[] to a Trades Object
|
Modifier and Type | Method and Description |
---|---|
CryptonitOrders |
CryptonitMarketDataServiceRaw.getCryptonitAsks(CurrencyPair currencyPair,
int limit) |
CryptonitOrders |
CryptonitMarketDataServiceRaw.getCryptonitBids(CurrencyPair currencyPair,
int limit) |
CryptonitOrders |
CryptonitMarketDataServiceRaw.getCryptonitTrades(CurrencyPair currencyPair,
int limit) |
Copyright © 2012–2017 Xeiam, LLC. All rights reserved.