| Package | Description |
|---|---|
| com.xeiam.xchange.bter | |
| com.xeiam.xchange.bter.dto | |
| com.xeiam.xchange.bter.dto.marketdata | |
| com.xeiam.xchange.bter.dto.trade | |
| com.xeiam.xchange.bter.service.polling |
| Modifier and Type | Method and Description |
|---|---|
static Order.OrderType |
BTERAdapters.adaptOrderType(BTEROrderType cryptoTradeOrderType) |
BTERPlaceOrderReturn |
BTERAuthenticated.placeOrder(String pair,
BTEROrderType type,
BigDecimal rate,
BigDecimal amount,
String apiKey,
si.mazi.rescu.ParamsDigest signer,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce) |
| Modifier and Type | Method and Description |
|---|---|
static BTEROrderType |
BTEROrderType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BTEROrderType[] |
BTEROrderType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
BTEROrderType |
BTERTradeHistory.BTERPublicTrade.getType() |
| Modifier and Type | Method and Description |
|---|---|
BTEROrderType |
BTEROrderStatus.getType() |
BTEROrderType |
BTEROrderStatus.BTEROrderStatusInfo.getType() |
BTEROrderType |
BTERTrade.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
BTERTrade.setType(BTEROrderType type) |
| Modifier and Type | Method and Description |
|---|---|
String |
BTERPollingTradeServiceRaw.placeBTERLimitOrder(CurrencyPair currencyPair,
BTEROrderType orderType,
BigDecimal rate,
BigDecimal amount)
Submits a Limit Order to be executed on the BTER Exchange for the desired market defined by
currencyPair. |
Copyright © 2012–2017 Xeiam, LLC. All rights reserved.