public interface HTTPClientV1
| Modifier and Type | Method and Description |
|---|---|
CurrencyInfo |
getCurrencyInfo(Currency currency) |
CurrencyInfo |
getCurrencyInfo(String currencyCode) |
FullDepth |
getFullDepth(Currency currency) |
Order[] |
getOpenOrders() |
AccountInfo |
getPrivateInfo() |
OrderResult |
getPrivateOrderResult(HashMap<String,String> params) |
Ticker |
getTicker(Currency currency) |
String |
placeOrder(Currency currency,
HashMap<String,String> params) |
CurrencyInfo getCurrencyInfo(Currency currency) throws IOException, Exception
IOExceptionExceptionCurrencyInfo getCurrencyInfo(String currencyCode) throws IOException, Exception
IOExceptionExceptionOrder[] getOpenOrders() throws IOException, NoSuchAlgorithmException, InvalidKeyException, Exception
AccountInfo getPrivateInfo() throws IOException, NoSuchAlgorithmException, InvalidKeyException, Exception
OrderResult getPrivateOrderResult(HashMap<String,String> params) throws Exception
ExceptionTicker getTicker(Currency currency) throws IOException, Exception
IOExceptionExceptionCopyright © 2013. All Rights Reserved.