Package com.longport.quote
Class WatchlistSecurity
- java.lang.Object
-
- com.longport.quote.WatchlistSecurity
-
public class WatchlistSecurity extends Object
-
-
Constructor Summary
Constructors Constructor Description WatchlistSecurity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MarketgetMarket()StringgetName()StringgetSymbol()OffsetDateTimegetWatchedAt()BigDecimalgetWatchedPrice()StringtoString()
-
-
-
Method Detail
-
getSymbol
public String getSymbol()
-
getMarket
public Market getMarket()
-
getName
public String getName()
-
getWatchedPrice
public BigDecimal getWatchedPrice()
-
getWatchedAt
public OffsetDateTime getWatchedAt()
-
-