public final class VircurexAdapters extends Object
Modifier and Type | Method and Description |
---|---|
static AccountInfo |
adaptAccountInfo(VircurexAccountInfoReturn vircurexAccountInfo) |
static List<LimitOrder> |
adaptOpenOrders(List<VircurexOpenOrder> openOrders) |
static LimitOrder |
adaptOrder(BigDecimal amount,
BigDecimal price,
CurrencyPair currencyPair,
Order.OrderType orderType,
String id) |
static List<LimitOrder> |
adaptOrders(List<BigDecimal[]> someOrders,
CurrencyPair currencyPair,
String orderTypeString,
String id) |
public static LimitOrder adaptOrder(BigDecimal amount, BigDecimal price, CurrencyPair currencyPair, Order.OrderType orderType, String id)
public static List<LimitOrder> adaptOrders(List<BigDecimal[]> someOrders, CurrencyPair currencyPair, String orderTypeString, String id)
public static AccountInfo adaptAccountInfo(VircurexAccountInfoReturn vircurexAccountInfo)
public static List<LimitOrder> adaptOpenOrders(List<VircurexOpenOrder> openOrders)
Copyright © 2012–2018 Xeiam, LLC. All rights reserved.