public class TickerPrice extends DtoBase implements CurrencyKludge
| Constructor and Description |
|---|
TickerPrice(double value,
long value_int,
String display,
String display_short,
String currency) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplay_short() |
String |
getDisplay() |
MtGoxUnitOfCredit |
getPriceValue()
This function must be called *after* you have setCurrencyInfo on this
object.
|
void |
setCurrencyInfo(CurrencyInfo currencyInfo) |
public void setCurrencyInfo(CurrencyInfo currencyInfo)
setCurrencyInfo in interface CurrencyKludgepublic MtGoxUnitOfCredit getPriceValue()
public String getDisplay()
public String getDisplay_short()
Copyright © 2013. All Rights Reserved.