public class Ticker extends DtoBase implements CurrencyKludge
| Constructor and Description |
|---|
Ticker(TickerPrice high,
TickerPrice low,
TickerPrice avg,
TickerPrice vwap,
TickerPrice vol,
TickerPrice last_local,
TickerPrice last,
TickerPrice last_orig,
TickerPrice last_all,
TickerPrice buy,
TickerPrice sell) |
| Modifier and Type | Method and Description |
|---|---|
MtGoxUnitOfCredit |
getAvg() |
TickerPrice |
getBuy() |
String |
getCurrencyCode() |
MtGoxUnitOfCredit |
getHigh() |
TickerPrice |
getLast_all() |
MtGoxUnitOfCredit |
getLast_local() |
TickerPrice |
getLast_orig() |
MtGoxUnitOfCredit |
getLast() |
MtGoxUnitOfCredit |
getLow() |
TickerPrice |
getSell() |
MtGoxUnitOfCredit |
getVol() |
MtGoxUnitOfCredit |
getVwap() |
void |
setAvg(TickerPrice avg) |
void |
setBuy(TickerPrice buy) |
void |
setCurrencyInfo(CurrencyInfo currencyInfo) |
void |
setHigh(TickerPrice high) |
void |
setLast_all(TickerPrice last_all) |
void |
setLast_local(TickerPrice last_local) |
void |
setLast_orig(TickerPrice last_orig) |
void |
setLast(TickerPrice last) |
void |
setLow(TickerPrice low) |
void |
setSell(TickerPrice sell) |
void |
setVol(TickerPrice vol) |
void |
setVwap(TickerPrice vwap) |
public Ticker(TickerPrice high, TickerPrice low, TickerPrice avg, TickerPrice vwap, TickerPrice vol, TickerPrice last_local, TickerPrice last, TickerPrice last_orig, TickerPrice last_all, TickerPrice buy, TickerPrice sell)
public String getCurrencyCode()
public MtGoxUnitOfCredit getHigh()
public void setHigh(TickerPrice high)
public MtGoxUnitOfCredit getLow()
public void setLow(TickerPrice low)
public MtGoxUnitOfCredit getAvg()
public void setAvg(TickerPrice avg)
public MtGoxUnitOfCredit getVwap()
public void setVwap(TickerPrice vwap)
public MtGoxUnitOfCredit getVol()
public void setVol(TickerPrice vol)
public MtGoxUnitOfCredit getLast_local()
public void setLast_local(TickerPrice last_local)
public MtGoxUnitOfCredit getLast()
public void setLast(TickerPrice last)
public TickerPrice getLast_orig()
public void setLast_orig(TickerPrice last_orig)
public TickerPrice getLast_all()
public void setLast_all(TickerPrice last_all)
public TickerPrice getBuy()
public void setBuy(TickerPrice buy)
public TickerPrice getSell()
public void setSell(TickerPrice sell)
public void setCurrencyInfo(CurrencyInfo currencyInfo)
setCurrencyInfo in interface CurrencyKludgeCopyright © 2013. All Rights Reserved.