| Package | Description |
|---|---|
| to.sparks.mtgox | |
| to.sparks.mtgox.model |
| Modifier and Type | Method and Description |
|---|---|
String |
MtGoxHTTPClient.placeMarketOrder(MtGoxHTTPClient.OrderType orderType,
MtGoxBitcoin volume)
Place a bitcoin order at market price.
|
String |
MtGoxHTTPClient.placeOrder(MtGoxHTTPClient.OrderType orderType,
MtGoxFiatCurrency price,
MtGoxBitcoin volume)
Place a bitcoin order at a particular price
|
SendBitcoinsTransaction |
MtGoxHTTPClient.sendBitcoins(String destinationAddress,
MtGoxBitcoin bitcoins,
MtGoxBitcoin fee,
boolean isNoInstant,
boolean isGreen)
Send bitcoins from your MtGox account balance to a bitcoin address.
|
| Modifier and Type | Method and Description |
|---|---|
MtGoxBitcoin |
Trade.getAmount() |
MtGoxBitcoin |
Offer.getAmount() |
MtGoxBitcoin |
BitcoinPrice.getPriceValue()
This function must be called *after* you have setCurrencyInfo on this
object.
|
MtGoxBitcoin |
Depth.getTotalVolume() |
Copyright © 2013. All Rights Reserved.