public class ItBitTradeServiceRaw extends ItBitBasePollingService
apiKey, itBitAuthenticated, itBitPublic, signatureCreator
exchange
Constructor and Description |
---|
ItBitTradeServiceRaw(Exchange exchange)
Constructor
|
Modifier and Type | Method and Description |
---|---|
void |
cancelItBitOrder(String orderId) |
ItBitOrder[] |
getItBitOpenOrders() |
ItBitOrder |
getItBitOrder(String orderId) |
ItBitOrder[] |
getItBitOrders(String status)
Retrieves the set of orders with the given status.
|
ItBitOrder[] |
getItBitTradeHistory(String currency,
String pageNum,
String pageLen) |
ItBitOrder |
placeItBitLimitOrder(LimitOrder limitOrder) |
getExchangeSymbols, verifyOrder, verifyOrder, verifyOrder
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getExchangeSymbols
public ItBitTradeServiceRaw(Exchange exchange)
exchange
- public ItBitOrder[] getItBitOpenOrders() throws IOException
IOException
public ItBitOrder[] getItBitOrders(String status) throws IOException
status
- IOException
public ItBitOrder getItBitOrder(String orderId) throws IOException
IOException
public ItBitOrder placeItBitLimitOrder(LimitOrder limitOrder) throws IOException
IOException
public void cancelItBitOrder(String orderId) throws IOException
IOException
public ItBitOrder[] getItBitTradeHistory(String currency, String pageNum, String pageLen) throws IOException
IOException
Copyright © 2012–2016 Xeiam, LLC. All rights reserved.