| Package | Description |
|---|---|
| to.sparks.mtgox | |
| to.sparks.mtgox.model |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
MtGoxAPI.placeMarketOrder(MtGoxAPI.OrderType orderType,
MtGoxBitcoin volume)
Place a bitcoin order at market price.
|
java.lang.String |
MtGoxAPI.placeOrder(MtGoxAPI.OrderType orderType,
MtGoxFiatCurrency price,
MtGoxBitcoin volume)
Place a bitcoin order at a particular price
|
SendBitcoinsTransaction |
MtGoxAPI.sendBitcoins(java.lang.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.