public interface MtGoxAPI
| Modifier and Type | Interface and Description |
|---|---|
static class |
MtGoxAPI.OrderType |
| Modifier and Type | Method and Description |
|---|---|
FullDepth |
getFullDepth() |
Order[] |
getOpenOrders() |
OrderResult |
getOrderResult(MtGoxAPI.OrderType orderType,
String orderRef) |
List<Offer> |
getRealtimeAsks() |
List<Offer> |
getRealtimeBids() |
Ticker |
getTicker() |
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.