public class QuoineTradeServiceRaw extends QuoineBasePollingService
device, quoine, userID, userTokenexchange| Constructor and Description |
|---|
QuoineTradeServiceRaw(Exchange exchange,
boolean useMargin) |
| Modifier and Type | Method and Description |
|---|---|
QuoineOrderResponse |
cancelQuoineOrder(String orderID) |
QuoineOrderDetailsResponse |
getQuoineOrderDetails(String orderID) |
QuoineOrdersList |
listQuoineOrders(String currencyPair) |
QuoineOrderResponse |
placeLimitOrder(CurrencyPair currencyPair,
String type,
BigDecimal tradableAmount,
BigDecimal price) |
QuoineOrderResponse |
placeMarketOrder(CurrencyPair currencyPair,
String type,
BigDecimal tradableAmount) |
handleHttpErrorgetExchangeSymbols, verifyOrder, verifyOrder, verifyOrderclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetExchangeSymbolspublic QuoineTradeServiceRaw(Exchange exchange, boolean useMargin)
exchange - public QuoineOrderResponse placeLimitOrder(CurrencyPair currencyPair, String type, BigDecimal tradableAmount, BigDecimal price) throws IOException
IOExceptionpublic QuoineOrderResponse placeMarketOrder(CurrencyPair currencyPair, String type, BigDecimal tradableAmount) throws IOException
IOExceptionpublic QuoineOrderResponse cancelQuoineOrder(String orderID) throws IOException
IOExceptionpublic QuoineOrderDetailsResponse getQuoineOrderDetails(String orderID) throws IOException
IOExceptionpublic QuoineOrdersList listQuoineOrders(String currencyPair) throws IOException
IOExceptionCopyright © 2012–2017 Xeiam, LLC. All rights reserved.