| 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,
MtGoxUnitOfCredit volume) |
String |
MtGoxAPI.placeOrder(MtGoxAPI.OrderType orderType,
MtGoxUnitOfCredit price,
MtGoxUnitOfCredit volume) |
Copyright © 2012. All Rights Reserved.