public class MtGoxHTTPClientV1 extends MtGoxHTTPAuthenticator
logger| Constructor and Description |
|---|
MtGoxHTTPClientV1(Logger logger,
String apiKey,
String secret) |
| 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) |
getMtGoxHTTPInputStream, getMtGoxHTTPInputStreampublic String placeOrder(Currency currency, HashMap<String,String> params) throws Exception
Exceptionpublic OrderResult getPrivateOrderResult(HashMap<String,String> params) throws Exception
Exceptionpublic Order[] getOpenOrders() throws IOException, NoSuchAlgorithmException, InvalidKeyException, Exception
public AccountInfo getPrivateInfo() throws IOException, NoSuchAlgorithmException, InvalidKeyException, Exception
public Ticker getTicker(Currency currency) throws IOException, Exception
IOExceptionExceptionpublic CurrencyInfo getCurrencyInfo(Currency currency) throws IOException, Exception
IOExceptionExceptionpublic CurrencyInfo getCurrencyInfo(String currencyCode) throws IOException, Exception
IOExceptionExceptionCopyright © 2013. All Rights Reserved.