public class Ticker extends DtoBase
| 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 |
|---|---|
TickerPrice |
getAvg() |
TickerPrice |
getBuy() |
TickerPrice |
getHigh() |
TickerPrice |
getLast_all() |
TickerPrice |
getLast_local() |
TickerPrice |
getLast_orig() |
TickerPrice |
getLast() |
TickerPrice |
getLow() |
TickerPrice |
getSell() |
TickerPrice |
getVol() |
TickerPrice |
getVwap() |
void |
setAvg(TickerPrice avg) |
void |
setBuy(TickerPrice buy) |
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 TickerPrice getHigh()
public void setHigh(TickerPrice high)
high - the high to setpublic TickerPrice getLow()
public void setLow(TickerPrice low)
low - the low to setpublic TickerPrice getAvg()
public void setAvg(TickerPrice avg)
avg - the avg to setpublic TickerPrice getVwap()
public void setVwap(TickerPrice vwap)
vwap - the vwap to setpublic TickerPrice getVol()
public void setVol(TickerPrice vol)
vol - the vol to setpublic TickerPrice getLast_local()
public void setLast_local(TickerPrice last_local)
last_local - the last_local to setpublic TickerPrice getLast()
public void setLast(TickerPrice last)
last - the last to setpublic TickerPrice getLast_orig()
public void setLast_orig(TickerPrice last_orig)
last_orig - the last_orig to setpublic TickerPrice getLast_all()
public void setLast_all(TickerPrice last_all)
last_all - the last_all to setpublic TickerPrice getBuy()
public void setBuy(TickerPrice buy)
buy - the buy to setpublic TickerPrice getSell()
public void setSell(TickerPrice sell)
sell - the sell to setCopyright © 2012. All Rights Reserved.