public class QuoineAdapters extends Object
Constructor and Description |
---|
QuoineAdapters() |
Modifier and Type | Method and Description |
---|---|
static AccountInfo |
adaptAccountinfo(QuoineAccountInfo quoineAccountInfo) |
static OpenOrders |
adapteOpenOrders(QuoineOrdersList quoineOrdersList) |
static OrderBook |
adaptOrderBook(QuoineOrderBook quoineOrderBook,
CurrencyPair currencyPair) |
static Ticker |
adaptTicker(QuoineProduct quoineTicker,
CurrencyPair currencyPair) |
static AccountInfo |
adaptTradingAccountInfo(QuoineTradingAccountInfo[] quoineAccountInfo) |
static void |
checkArgument(boolean argument,
String msgPattern,
Object... msgArgs) |
static LimitOrder |
createOrder(CurrencyPair currencyPair,
List<BigDecimal> priceAndAmount,
Order.OrderType orderType) |
static List<LimitOrder> |
createOrders(CurrencyPair currencyPair,
Order.OrderType orderType,
List<List<BigDecimal>> orders) |
public static Ticker adaptTicker(QuoineProduct quoineTicker, CurrencyPair currencyPair)
public static OrderBook adaptOrderBook(QuoineOrderBook quoineOrderBook, CurrencyPair currencyPair)
public static List<LimitOrder> createOrders(CurrencyPair currencyPair, Order.OrderType orderType, List<List<BigDecimal>> orders)
public static LimitOrder createOrder(CurrencyPair currencyPair, List<BigDecimal> priceAndAmount, Order.OrderType orderType)
public static void checkArgument(boolean argument, String msgPattern, Object... msgArgs)
public static AccountInfo adaptTradingAccountInfo(QuoineTradingAccountInfo[] quoineAccountInfo)
public static AccountInfo adaptAccountinfo(QuoineAccountInfo quoineAccountInfo)
public static OpenOrders adapteOpenOrders(QuoineOrdersList quoineOrdersList)
Copyright © 2012–2016 Xeiam, LLC. All rights reserved.