public class LoyalbitTradeServiceRaw extends LoyalbitBasePollingService
exchange
Constructor and Description |
---|
LoyalbitTradeServiceRaw(Exchange exchange) |
Modifier and Type | Method and Description |
---|---|
LoyalbitBaseResponse |
cancelLoyalbitOrder(Long orderId) |
LoyalbitOrder[] |
getLoyalbitOpenOrders() |
LoyalbitUserTransaction[] |
getLoyalbitUserTransactions(Integer offset,
Integer limit,
LoyalbitAuthenticated.Sort sort) |
LoyalbitSubmitOrderResponse |
placeLoyalbitOrder(LoyalbitOrder.Type type,
BigDecimal amount,
BigDecimal price) |
getExchangeSymbols, verifyOrder, verifyOrder, verifyOrder
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getExchangeSymbols
public LoyalbitTradeServiceRaw(Exchange exchange)
public LoyalbitOrder[] getLoyalbitOpenOrders() throws IOException
IOException
public LoyalbitSubmitOrderResponse placeLoyalbitOrder(LoyalbitOrder.Type type, BigDecimal amount, BigDecimal price) throws IOException
IOException
public LoyalbitBaseResponse cancelLoyalbitOrder(Long orderId) throws IOException
IOException
public LoyalbitUserTransaction[] getLoyalbitUserTransactions(Integer offset, Integer limit, LoyalbitAuthenticated.Sort sort) throws IOException
IOException
Copyright © 2012–2018 Xeiam, LLC. All rights reserved.