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, verifyOrder
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getExchangeSymbols
public BitstampTradeServiceRaw(Exchange exchange)
exchange
- public BitstampOrder[] getBitstampOpenOrders() throws IOException
IOException
public BitstampOrder sellBitstampOrder(BigDecimal tradableAmount, BigDecimal price) throws IOException
IOException
public BitstampOrder buyBitStampOrder(BigDecimal tradableAmount, BigDecimal price) throws IOException
IOException
public boolean cancelBitstampOrder(int orderId) throws IOException
IOException
public BitstampUserTransaction[] getBitstampUserTransactions(Long numberOfTransactions) throws IOException
IOException
public BitstampUserTransaction[] getBitstampUserTransactions(Long numberOfTransactions, Long offset, String sort) throws IOException
IOException
Copyright © 2012–2018 Xeiam, LLC. All rights reserved.