public class Quote extends Object
| Modifier and Type | Method and Description |
|---|---|
double |
change() |
static Quote |
create(String exchange,
String ticker,
Float price) |
String |
exchange() |
long |
lastTradeTime() |
double |
price() |
String |
ticker() |
String |
toString() |
Quote |
update(double change) |
Copyright © 2015–2018. All rights reserved.