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, getEmpoExTrades
Map<String,List<EmpoExBalance>> getEmpoExBalances(String apiKey) throws IOException, EmpoExErrorException
IOException
EmpoExErrorException
Map<String,List<EmpoExOpenOrder>> getEmpoExOpenOrders(String apiKey) throws IOException, EmpoExErrorException
IOException
EmpoExErrorException
Map<String,Boolean> cancelEmpoExOrder(String apiKey, String orderId) throws IOException, EmpoExException
IOException
EmpoExException
EmpoExOrderResponse buy(String apiKey, String pairString, String amount, String price) throws IOException, EmpoExException
IOException
EmpoExException
EmpoExOrderResponse sell(String apiKey, String pairString, String amount, String price) throws IOException, EmpoExException
IOException
EmpoExException
Copyright © 2012–2016 Xeiam, LLC. All rights reserved.