public class MtGoxHTTPClient extends Object
| Constructor and Description |
|---|
MtGoxHTTPClient(Logger logger,
String apiKey,
String secret) |
| Modifier and Type | Method and Description |
|---|---|
FullDepth |
getFullDepth(Currency currency) |
Order[] |
getOpenOrders() |
OrderResult |
getPrivateOrderResult(HashMap<String,String> params) |
Ticker |
getTicker(Currency currency) |
String |
placeOrder(Currency currency,
HashMap<String,String> params) |
public 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 Ticker getTicker(Currency currency) throws IOException, Exception
IOExceptionExceptionCopyright © 2012. All Rights Reserved.