public interface MercadoBitcoinAuthenticated
MercadoBitcoin
Modifier and Type | Method and Description |
---|---|
MercadoBitcoinBaseTradeApiResult<MercadoBitcoinCancelOrderResult> |
cancelOrder(String key,
si.mazi.rescu.ParamsDigest sign,
String method,
long tonce,
String pair,
String id) |
MercadoBitcoinBaseTradeApiResult<MercadoBitcoinAccountInfo> |
getInfo(String key,
si.mazi.rescu.ParamsDigest sign,
String method,
long tonce) |
MercadoBitcoinBaseTradeApiResult<MercadoBitcoinUserOrders> |
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> |
placeLimitOrder(String key,
si.mazi.rescu.ParamsDigest sign,
String method,
long tonce,
String pair,
String type,
BigDecimal volume,
BigDecimal price) |
MercadoBitcoinBaseTradeApiResult<MercadoBitcoinAccountInfo> getInfo(@HeaderParam(value="Key") String key, @HeaderParam(value="Sign") si.mazi.rescu.ParamsDigest sign, String method, long tonce) throws IOException
IOException
MercadoBitcoinBaseTradeApiResult<MercadoBitcoinUserOrders> getOrderList(@HeaderParam(value="Key") String key, @HeaderParam(value="Sign") si.mazi.rescu.ParamsDigest sign, String method, long tonce, @Nonnull String pair, @Nullable String type, @Nullable String status, @Nullable String fromId, @Nullable String endId, @Nullable Long since, @Nullable Long end) throws IOException
IOException
MercadoBitcoinBaseTradeApiResult<MercadoBitcoinPlaceLimitOrderResult> placeLimitOrder(@HeaderParam(value="Key") String key, @HeaderParam(value="Sign") si.mazi.rescu.ParamsDigest sign, String method, long tonce, @Nonnull String pair, @Nonnull String type, @Nonnull BigDecimal volume, @Nonnull BigDecimal price) throws IOException
IOException
MercadoBitcoinBaseTradeApiResult<MercadoBitcoinCancelOrderResult> cancelOrder(@HeaderParam(value="Key") String key, @HeaderParam(value="Sign") si.mazi.rescu.ParamsDigest sign, String method, long tonce, @Nonnull String pair, @Nonnull String id) throws IOException
IOException
Copyright © 2012–2017 Xeiam, LLC. All rights reserved.