public class BitsoTradeServiceRaw extends BitsoBaseService
exchange| Constructor and Description |
|---|
BitsoTradeServiceRaw(Exchange exchange) |
| Modifier and Type | Method and Description |
|---|---|
BitsoOrder |
buyBitoOrder(BigDecimal originalAmount,
BigDecimal price) |
boolean |
cancelBitsoOrder(String orderId) |
BitsoOrder[] |
getBitsoOpenOrders() |
BitsoUserTransaction[] |
getBitsoUserTransactions(Long numberOfTransactions) |
BitsoUserTransaction[] |
getBitsoUserTransactions(Long numberOfTransactions,
Long offset,
String sort) |
BitsoOrder |
sellBitsoOrder(BigDecimal originalAmount,
BigDecimal price) |
getClientConfig, verifyOrder, verifyOrder, verifyOrderpublic BitsoTradeServiceRaw(Exchange exchange)
exchange - public BitsoOrder[] getBitsoOpenOrders() throws IOException
IOExceptionpublic BitsoOrder sellBitsoOrder(BigDecimal originalAmount, BigDecimal price) throws IOException
IOExceptionpublic BitsoOrder buyBitoOrder(BigDecimal originalAmount, 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 Knowm Inc.. All rights reserved.