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 Market
getMarket()
String
getName()
String
getSymbol()
OffsetDateTime
getWatchedAt()
BigDecimal
getWatchedPrice()
String
toString()
-
-
-
Method Detail
-
getSymbol
public String getSymbol()
-
getMarket
public Market getMarket()
-
getName
public String getName()
-
getWatchedPrice
public BigDecimal getWatchedPrice()
-
getWatchedAt
public OffsetDateTime getWatchedAt()
-
-