public class QuoineTradeServiceRaw extends QuoineBasePollingService
device, quoine, userID, userToken
exchange
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) |
handleHttpError
getExchangeSymbols, verifyOrder, verifyOrder, verifyOrder
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getExchangeSymbols
public QuoineTradeServiceRaw(Exchange exchange, boolean useMargin)
exchange
- public QuoineOrderResponse placeLimitOrder(CurrencyPair currencyPair, String type, BigDecimal tradableAmount, BigDecimal price) throws IOException
IOException
public QuoineOrderResponse placeMarketOrder(CurrencyPair currencyPair, String type, BigDecimal tradableAmount) throws IOException
IOException
public QuoineOrderResponse cancelQuoineOrder(String orderID) throws IOException
IOException
public QuoineOrderDetailsResponse getQuoineOrderDetails(String orderID) throws IOException
IOException
public QuoineOrdersList listQuoineOrders(String currencyPair) throws IOException
IOException
Copyright © 2012–2016 Xeiam, LLC. All rights reserved.