public class CoinmateTradeServiceRaw extends CoinmateBasePollingService
exchange
Constructor and Description |
---|
CoinmateTradeServiceRaw(Exchange exchange) |
Modifier and Type | Method and Description |
---|---|
CoinmateTradeResponse |
buyCoinmateInstant(BigDecimal total,
String currencyPair) |
CoinmateTradeResponse |
buyCoinmateLimit(BigDecimal amount,
BigDecimal price,
String currencyPair) |
CoinmateCancelOrderResponse |
cancelCoinmateOrder(String orderId) |
CoinmateOpenOrders |
getCoinmateOpenOrders(String currencyPair) |
CoinmateTransactionHistory |
getCoinmateTradeHistory(int offset,
int limit,
String sort) |
CoinmateTradeResponse |
sellCoinmateInstant(BigDecimal total,
String currencyPair) |
CoinmateTradeResponse |
sellCoinmateLimit(BigDecimal amount,
BigDecimal price,
String currencyPair) |
throwExceptionIfError
getExchangeSymbols, verifyOrder, verifyOrder, verifyOrder
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getExchangeSymbols
public CoinmateTradeServiceRaw(Exchange exchange)
public CoinmateTransactionHistory getCoinmateTradeHistory(int offset, int limit, String sort) throws IOException
IOException
public CoinmateOpenOrders getCoinmateOpenOrders(String currencyPair) throws IOException
IOException
public CoinmateCancelOrderResponse cancelCoinmateOrder(String orderId) throws IOException
IOException
public CoinmateTradeResponse buyCoinmateLimit(BigDecimal amount, BigDecimal price, String currencyPair) throws IOException
IOException
public CoinmateTradeResponse sellCoinmateLimit(BigDecimal amount, BigDecimal price, String currencyPair) throws IOException
IOException
public CoinmateTradeResponse buyCoinmateInstant(BigDecimal total, String currencyPair) throws IOException
IOException
public CoinmateTradeResponse sellCoinmateInstant(BigDecimal total, String currencyPair) throws IOException
IOException
Copyright © 2012–2018 Xeiam, LLC. All rights reserved.