public class MercadoBitcoinTradeServiceRaw extends MercadoBitcoinBasePollingService
exchange
Constructor and Description |
---|
MercadoBitcoinTradeServiceRaw(Exchange exchange)
Constructor
|
Modifier and Type | Method and Description |
---|---|
MercadoBitcoinBaseTradeApiResult<MercadoBitcoinUserOrders> |
getMercadoBitcoinUserOrders(String pair,
String type,
String status,
String fromId,
String endId,
Long since,
Long end) |
MercadoBitcoinBaseTradeApiResult<MercadoBitcoinCancelOrderResult> |
mercadoBitcoinCancelOrder(String pair,
String orderId) |
MercadoBitcoinBaseTradeApiResult<MercadoBitcoinPlaceLimitOrderResult> |
mercadoBitcoinPlaceLimitOrder(String pair,
String type,
BigDecimal volume,
BigDecimal price) |
getExchangeSymbols, verifyOrder, verifyOrder, verifyOrder
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getExchangeSymbols
public MercadoBitcoinTradeServiceRaw(Exchange exchange)
exchange
- public MercadoBitcoinBaseTradeApiResult<MercadoBitcoinUserOrders> getMercadoBitcoinUserOrders(@Nonnull String pair, @Nullable String type, @Nullable String status, @Nullable String fromId, @Nullable String endId, @Nullable Long since, @Nullable Long end) throws IOException
IOException
public MercadoBitcoinBaseTradeApiResult<MercadoBitcoinPlaceLimitOrderResult> mercadoBitcoinPlaceLimitOrder(@Nonnull String pair, @Nonnull String type, @Nonnull BigDecimal volume, @Nonnull BigDecimal price) throws IOException
IOException
public MercadoBitcoinBaseTradeApiResult<MercadoBitcoinCancelOrderResult> mercadoBitcoinCancelOrder(@Nonnull String pair, @Nonnull String orderId) throws IOException
pair
- btc_brl or ltc_brlorderId
- the order IDMercadoBitcoinCancelOrderResult
.IOException
Copyright © 2012–2018 Xeiam, LLC. All rights reserved.