| Package | Description |
|---|---|
| to.sparks.mtgox | |
| to.sparks.mtgox.impl |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
OrderResult |
MtGoxApiImpl.getOrderResult(MtGoxAPI.OrderType orderType,
String orderRef) |
String |
MtGoxApiImpl.placeMarketOrder(MtGoxAPI.OrderType orderType,
double volume) |
String |
MtGoxApiImpl.placeOrder(MtGoxAPI.OrderType orderType,
Double price,
double volume) |
Copyright © 2012. All Rights Reserved.