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) |
throwExceptionIfErrorgetExchangeSymbols, verifyOrder, verifyOrder, verifyOrderclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetExchangeSymbolspublic CoinmateTradeServiceRaw(Exchange exchange)
public CoinmateTransactionHistory getCoinmateTradeHistory(int offset, int limit, String sort) throws IOException
IOExceptionpublic CoinmateOpenOrders getCoinmateOpenOrders(String currencyPair) throws IOException
IOExceptionpublic CoinmateCancelOrderResponse cancelCoinmateOrder(String orderId) throws IOException
IOExceptionpublic CoinmateTradeResponse buyCoinmateLimit(BigDecimal amount, BigDecimal price, String currencyPair) throws IOException
IOExceptionpublic CoinmateTradeResponse sellCoinmateLimit(BigDecimal amount, BigDecimal price, String currencyPair) throws IOException
IOExceptionpublic CoinmateTradeResponse buyCoinmateInstant(BigDecimal total, String currencyPair) throws IOException
IOExceptionpublic CoinmateTradeResponse sellCoinmateInstant(BigDecimal total, String currencyPair) throws IOException
IOExceptionCopyright © 2012–2017 Xeiam, LLC. All rights reserved.