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<Trade> |
getAllTradesSince(long timestamp) |
Currency |
getBaseCurrency() |
List<Depth> |
getDepthHistory() |
FullDepth |
getFullDepth() |
Order[] |
getOpenOrders() |
OrderResult |
getOrderResult(MtGoxAPI.OrderType orderType,
String orderRef) |
Ticker |
getTicker() |
List<Ticker> |
getTickerHistory() |
List<Trade> |
getTradeHistory() |
String |
placeMarketOrder(MtGoxAPI.OrderType orderType,
MtGoxBitcoinUnit volume) |
String |
placeOrder(MtGoxAPI.OrderType orderType,
MtGoxFiatUnit price,
MtGoxBitcoinUnit volume) |
Currency getBaseCurrency()
OrderResult getOrderResult(MtGoxAPI.OrderType orderType, String orderRef) throws Exception
ExceptionString placeMarketOrder(MtGoxAPI.OrderType orderType, MtGoxBitcoinUnit volume) throws Exception
ExceptionString placeOrder(MtGoxAPI.OrderType orderType, MtGoxFiatUnit price, MtGoxBitcoinUnit volume) throws Exception
ExceptionCopyright © 2012. All Rights Reserved.