Package org.drools.examples.broker.model
Class StockTick
- java.lang.Object
-
- org.drools.examples.broker.model.StockTick
-
public class StockTick extends Object
A stock tick event informing of a state change due to some operation;
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetDelta()doublegetPrice()StringgetSymbol()longgetTimestamp()voidsetDelta(double delta)StringtoString()
-
-
-
Constructor Detail
-
StockTick
public StockTick(String symbol, double price, long timestamp)
-
-