| Package | Description |
|---|---|
| to.sparks.mtgox | |
| to.sparks.mtgox.model |
| 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 |
|---|---|
OrderCancelResult |
MtGoxAPI.cancelOrder(MtGoxAPI.OrderType orderType,
String orderRef)
Cancel an existing order.
|
OrderResult |
MtGoxAPI.getOrderResult(MtGoxAPI.OrderType orderType,
String orderRef)
Return the result of an order request
|
String |
MtGoxAPI.placeMarketOrder(MtGoxAPI.OrderType orderType,
MtGoxUnitOfCredit volume)
Place a bitcoin order at market price.
|
String |
MtGoxAPI.placeOrder(MtGoxAPI.OrderType orderType,
MtGoxUnitOfCredit price,
MtGoxUnitOfCredit volume)
Place a bitcoin order at a particular price
|
| Modifier and Type | Method and Description |
|---|---|
MtGoxAPI.OrderType |
Order.getType() |
Copyright © 2013. All Rights Reserved.