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


Constructor Summary
StockTickEvent()
           
 
Method Summary
 long getClientTimestamp()
           
 double getLastPrice()
           
 String getSymbol()
           
 long getTimestamp()
           
 void setClientTimestamp(long clientTS)
           
 void setLastPrice(double lastPrice)
           
 void setSymbol(String symbol)
           
 void setTimestamp(long timestamp)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StockTickEvent

public StockTickEvent()
Method Detail

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)