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, verifyOrder
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getExchangeSymbols
public BitsoTradeServiceRaw(Exchange exchange)
exchange
- public BitsoOrder[] getBitsoOpenOrders() throws IOException
IOException
public BitsoOrder sellBitsoOrder(BigDecimal tradableAmount, BigDecimal price) throws IOException
IOException
public BitsoOrder buyBitoOrder(BigDecimal tradableAmount, BigDecimal price) throws IOException
IOException
public boolean cancelBitsoOrder(String orderId) throws IOException
IOException
public BitsoUserTransaction[] getBitsoUserTransactions(Long numberOfTransactions) throws IOException
IOException
public BitsoUserTransaction[] getBitsoUserTransactions(Long numberOfTransactions, Long offset, String sort) throws IOException
IOException
Copyright © 2012–2016 Xeiam, LLC. All rights reserved.