| Modifier and Type | Method and Description |
|---|---|
EmpoExOrderResponse |
buy(String apiKey,
String pairString,
String amount,
String price) |
Map<String,Boolean> |
cancelEmpoExOrder(String apiKey,
String orderId) |
Map<String,List<EmpoExBalance>> |
getEmpoExBalances(String apiKey) |
Map<String,List<EmpoExOpenOrder>> |
getEmpoExOpenOrders(String apiKey) |
EmpoExOrderResponse |
sell(String apiKey,
String pairString,
String amount,
String price) |
getEmpoExDepth, getEmpoExTicker, getEmpoExTickers, getEmpoExTradesMap<String,List<EmpoExBalance>> getEmpoExBalances(String apiKey) throws IOException, EmpoExErrorException
IOExceptionEmpoExErrorExceptionMap<String,List<EmpoExOpenOrder>> getEmpoExOpenOrders(String apiKey) throws IOException, EmpoExErrorException
IOExceptionEmpoExErrorExceptionMap<String,Boolean> cancelEmpoExOrder(String apiKey, String orderId) throws IOException, EmpoExException
IOExceptionEmpoExExceptionEmpoExOrderResponse buy(String apiKey, String pairString, String amount, String price) throws IOException, EmpoExException
IOExceptionEmpoExExceptionEmpoExOrderResponse sell(String apiKey, String pairString, String amount, String price) throws IOException, EmpoExException
IOExceptionEmpoExExceptionCopyright © 2012–2017 Xeiam, LLC. All rights reserved.