public interface MtGoxAPI
| Modifier and Type | Interface and Description |
|---|---|
static class |
MtGoxAPI.OrderType |
| Modifier and Type | Method and Description |
|---|---|
List<Depth> |
getAllDepthSince(long timestamp) |
List<Depth> |
getDepthHistory() |
FullDepth |
getFullDepth() |
Order[] |
getOpenOrders() |
OrderResult |
getOrderResult(MtGoxAPI.OrderType orderType,
String orderRef) |
Ticker |
getTicker() |
List<Ticker> |
getTickerHistory() |
String |
placeMarketOrder(MtGoxAPI.OrderType orderType,
double volume) |
String |
placeOrder(MtGoxAPI.OrderType orderType,
Double price,
double volume) |
OrderResult getOrderResult(MtGoxAPI.OrderType orderType, String orderRef) throws Exception
ExceptionString placeMarketOrder(MtGoxAPI.OrderType orderType, double volume) throws Exception
ExceptionString placeOrder(MtGoxAPI.OrderType orderType, Double price, double volume) throws Exception
ExceptionCopyright © 2012. All Rights Reserved.