public class BitstampTradeServiceRaw extends BitstampBasePollingService
exchange| Constructor and Description |
|---|
BitstampTradeServiceRaw(Exchange exchange) |
| Modifier and Type | Method and Description |
|---|---|
BitstampOrder |
buyBitStampOrder(BigDecimal tradableAmount,
BigDecimal price) |
boolean |
cancelBitstampOrder(int orderId) |
BitstampOrder[] |
getBitstampOpenOrders() |
BitstampUserTransaction[] |
getBitstampUserTransactions(Long numberOfTransactions) |
BitstampUserTransaction[] |
getBitstampUserTransactions(Long numberOfTransactions,
Long offset,
String sort) |
BitstampOrder |
sellBitstampOrder(BigDecimal tradableAmount,
BigDecimal price) |
getExchangeSymbols, verifyOrder, verifyOrder, verifyOrderclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetExchangeSymbolspublic BitstampTradeServiceRaw(Exchange exchange)
exchange - public BitstampOrder[] getBitstampOpenOrders() throws IOException
IOExceptionpublic BitstampOrder sellBitstampOrder(BigDecimal tradableAmount, BigDecimal price) throws IOException
IOExceptionpublic BitstampOrder buyBitStampOrder(BigDecimal tradableAmount, BigDecimal price) throws IOException
IOExceptionpublic boolean cancelBitstampOrder(int orderId)
throws IOException
IOExceptionpublic BitstampUserTransaction[] getBitstampUserTransactions(Long numberOfTransactions) throws IOException
IOExceptionpublic BitstampUserTransaction[] getBitstampUserTransactions(Long numberOfTransactions, Long offset, String sort) throws IOException
IOExceptionCopyright © 2012–2017 Xeiam, LLC. All rights reserved.