public class BitsoTradeServiceRaw extends BitsoBasePollingService
exchange| Constructor and Description |
|---|
BitsoTradeServiceRaw(Exchange exchange) |
| Modifier and Type | Method and Description |
|---|---|
BitsoOrder |
buyBitoOrder(BigDecimal tradableAmount,
BigDecimal price) |
boolean |
cancelBitsoOrder(String orderId) |
BitsoOrder[] |
getBitsoOpenOrders() |
BitsoUserTransaction[] |
getBitsoUserTransactions(Long numberOfTransactions) |
BitsoUserTransaction[] |
getBitsoUserTransactions(Long numberOfTransactions,
Long offset,
String sort) |
BitsoOrder |
sellBitsoOrder(BigDecimal tradableAmount,
BigDecimal price) |
getExchangeSymbols, verifyOrder, verifyOrder, verifyOrderclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetExchangeSymbolspublic BitsoTradeServiceRaw(Exchange exchange)
exchange - public BitsoOrder[] getBitsoOpenOrders() throws IOException
IOExceptionpublic BitsoOrder sellBitsoOrder(BigDecimal tradableAmount, BigDecimal price) throws IOException
IOExceptionpublic BitsoOrder buyBitoOrder(BigDecimal tradableAmount, BigDecimal price) throws IOException
IOExceptionpublic boolean cancelBitsoOrder(String orderId) throws IOException
IOExceptionpublic BitsoUserTransaction[] getBitsoUserTransactions(Long numberOfTransactions) throws IOException
IOExceptionpublic BitsoUserTransaction[] getBitsoUserTransactions(Long numberOfTransactions, Long offset, String sort) throws IOException
IOExceptionCopyright © 2012–2017 Xeiam, LLC. All rights reserved.