Package | Description |
---|---|
com.xeiam.xchange.btctrade | |
com.xeiam.xchange.btctrade.service.polling |
Modifier and Type | Method and Description |
---|---|
BTCTradePlaceOrderResult |
BTCTrade.buy(String amount,
String price,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce,
String key,
si.mazi.rescu.ParamsDigest signature)
Places a buy order.
|
BTCTradePlaceOrderResult |
BTCTrade.sell(String amount,
String price,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce,
String key,
si.mazi.rescu.ParamsDigest signature)
Places a sell order.
|
Modifier and Type | Method and Description |
---|---|
static String |
BTCTradeAdapters.adaptPlaceOrderResult(BTCTradePlaceOrderResult result) |
Modifier and Type | Method and Description |
---|---|
BTCTradePlaceOrderResult |
BTCTradeTradeServiceRaw.buy(BigDecimal amount,
BigDecimal price) |
BTCTradePlaceOrderResult |
BTCTradeTradeServiceRaw.sell(BigDecimal amount,
BigDecimal price) |
Copyright © 2012–2016 Xeiam, LLC. All rights reserved.