Package | Description |
---|---|
com.xeiam.xchange.mercadobitcoin | |
com.xeiam.xchange.mercadobitcoin.service.polling |
Modifier and Type | Method and Description |
---|---|
MercadoBitcoinBaseTradeApiResult<MercadoBitcoinCancelOrderResult> |
MercadoBitcoinAuthenticated.cancelOrder(String key,
si.mazi.rescu.ParamsDigest sign,
String method,
long tonce,
String pair,
String id) |
MercadoBitcoinBaseTradeApiResult<MercadoBitcoinAccountInfo> |
MercadoBitcoinAuthenticated.getInfo(String key,
si.mazi.rescu.ParamsDigest sign,
String method,
long tonce) |
MercadoBitcoinBaseTradeApiResult<MercadoBitcoinUserOrders> |
MercadoBitcoinAuthenticated.getOrderList(String key,
si.mazi.rescu.ParamsDigest sign,
String method,
long tonce,
String pair,
String type,
String status,
String fromId,
String endId,
Long since,
Long end) |
MercadoBitcoinBaseTradeApiResult<MercadoBitcoinPlaceLimitOrderResult> |
MercadoBitcoinAuthenticated.placeLimitOrder(String key,
si.mazi.rescu.ParamsDigest sign,
String method,
long tonce,
String pair,
String type,
BigDecimal volume,
BigDecimal price) |
Modifier and Type | Method and Description |
---|---|
static AccountInfo |
MercadoBitcoinAdapters.adaptAccountInfo(MercadoBitcoinBaseTradeApiResult<MercadoBitcoinAccountInfo> accountInfo,
String userName)
Adapts a MercadoBitcoinBaseTradeApiResult
|
static List<LimitOrder> |
MercadoBitcoinAdapters.adaptOrders(CurrencyPair currencyPair,
MercadoBitcoinBaseTradeApiResult<MercadoBitcoinUserOrders> input) |
Modifier and Type | Method and Description |
---|---|
MercadoBitcoinBaseTradeApiResult<MercadoBitcoinAccountInfo> |
MercadoBitcoinAccountServiceRaw.getMercadoBitcoinAccountInfo() |
MercadoBitcoinBaseTradeApiResult<MercadoBitcoinUserOrders> |
MercadoBitcoinTradeServiceRaw.getMercadoBitcoinUserOrders(String pair,
String type,
String status,
String fromId,
String endId,
Long since,
Long end) |
MercadoBitcoinBaseTradeApiResult<MercadoBitcoinCancelOrderResult> |
MercadoBitcoinTradeServiceRaw.mercadoBitcoinCancelOrder(String pair,
String orderId) |
MercadoBitcoinBaseTradeApiResult<MercadoBitcoinPlaceLimitOrderResult> |
MercadoBitcoinTradeServiceRaw.mercadoBitcoinPlaceLimitOrder(String pair,
String type,
BigDecimal volume,
BigDecimal price) |
Copyright © 2012–2016 Xeiam, LLC. All rights reserved.