com.bea.wlrt.adapter.defaultprovider
Class StockTickEvent
java.lang.Object
|
+--com.bea.wlrt.adapter.defaultprovider.StockTickEvent
- Direct Known Subclasses:
- StockTrendEvent
- public class StockTickEvent
- extends Object
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
StockTickEvent
public StockTickEvent()
getLastPrice
public double getLastPrice()
setLastPrice
public void setLastPrice(double lastPrice)
getSymbol
public String getSymbol()
setSymbol
public void setSymbol(String symbol)
getTimestamp
public long getTimestamp()
setTimestamp
public void setTimestamp(long timestamp)
getClientTimestamp
public long getClientTimestamp()
setClientTimestamp
public void setClientTimestamp(long clientTS)