| Package | Description |
|---|---|
| to.sparks.mtgox |
| Modifier and Type | Method and Description |
|---|---|
static MTGOXAPI.OrderType |
MTGOXAPI.OrderType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MTGOXAPI.OrderType[] |
MTGOXAPI.OrderType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
OrderResult |
MTGOXAPI.getOrderResult(MTGOXAPI.OrderType orderType,
String orderRef) |
String |
MTGOXAPI.placeMarketOrder(MTGOXAPI.OrderType orderType,
double volume) |
String |
MTGOXAPI.placeOrder(MTGOXAPI.OrderType orderType,
Double price,
double volume) |
Copyright © 2012. All Rights Reserved.