public class CoinfloorTradeServiceRaw extends CoinfloorAuthenticatedService
coinfloorexchange| Modifier | Constructor and Description |
|---|---|
protected |
CoinfloorTradeServiceRaw(Exchange exchange) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
cancelOrder(CurrencyPair pair,
long id) |
CoinfloorOrder[] |
getOpenOrders(CurrencyPair pair) |
CoinfloorUserTransaction[] |
getUserTransactions(CurrencyPair pair,
Integer numberOfTransactions,
Long offset,
TradeHistoryParamsSorted.Order sort) |
CoinfloorOrder |
placeLimitOrder(CurrencyPair pair,
Order.OrderType side,
BigDecimal amount,
BigDecimal price) |
CoinfloorMarketOrderResponse |
placeMarketOrder(CurrencyPair pair,
Order.OrderType side,
BigDecimal amount) |
normalisegetClientConfig, verifyOrder, verifyOrder, verifyOrderprotected CoinfloorTradeServiceRaw(Exchange exchange)
public CoinfloorUserTransaction[] getUserTransactions(CurrencyPair pair, Integer numberOfTransactions, Long offset, TradeHistoryParamsSorted.Order sort) throws IOException
IOExceptionpublic CoinfloorOrder[] getOpenOrders(CurrencyPair pair) throws IOException
IOExceptionpublic CoinfloorOrder placeLimitOrder(CurrencyPair pair, Order.OrderType side, BigDecimal amount, BigDecimal price) throws IOException
IOExceptionpublic CoinfloorMarketOrderResponse placeMarketOrder(CurrencyPair pair, Order.OrderType side, BigDecimal amount) throws IOException
IOExceptionpublic boolean cancelOrder(CurrencyPair pair, long id) throws IOException
IOExceptionCopyright © 2012–2018 Knowm Inc.. All rights reserved.