public class CoinbaseExAdapters extends Object
Modifier and Type | Method and Description |
---|---|
static AccountInfo |
adaptAccountInfo(CoinbaseExAccount[] coinbaseExAccountInfo) |
static OpenOrders |
adaptOpenOrders(CoinbaseExOrder[] coinbaseExOpenOrders) |
static OrderBook |
adaptOrderBook(CoinbaseExProductBook book,
CurrencyPair currencyPair) |
static List<CurrencyPair> |
adaptProductsToSupportedExchangeSymbols(List<CoinbaseExProduct> products) |
static Ticker |
adaptTicker(CoinbaseExProductTicker ticker,
CoinbaseExProductStats stats,
CoinbaseExProductBook book,
CurrencyPair currencyPair) |
static Trades |
adaptTrades(CoinbaseExTrade[] coinbaseExTrades,
CurrencyPair currencyPair) |
public static Ticker adaptTicker(CoinbaseExProductTicker ticker, CoinbaseExProductStats stats, CoinbaseExProductBook book, CurrencyPair currencyPair)
public static OrderBook adaptOrderBook(CoinbaseExProductBook book, CurrencyPair currencyPair)
public static AccountInfo adaptAccountInfo(CoinbaseExAccount[] coinbaseExAccountInfo)
public static OpenOrders adaptOpenOrders(CoinbaseExOrder[] coinbaseExOpenOrders)
public static Trades adaptTrades(CoinbaseExTrade[] coinbaseExTrades, CurrencyPair currencyPair)
public static List<CurrencyPair> adaptProductsToSupportedExchangeSymbols(List<CoinbaseExProduct> products)
Copyright © 2012–2018 Xeiam, LLC. All rights reserved.