public class StockTick extends Object
Constructor and Description |
---|
StockTick(String symbol,
double price,
long timestamp) |
Modifier and Type | Method and Description |
---|---|
double |
getDelta() |
double |
getPrice() |
String |
getSymbol() |
long |
getTimestamp() |
void |
setDelta(double delta) |
String |
toString() |
public StockTick(String symbol, double price, long timestamp)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.