Package com.longbridge.quote
Class WatchlistGroup
- java.lang.Object
-
- com.longbridge.quote.WatchlistGroup
-
public class WatchlistGroup extends Object
Watchlist group.
-
-
Constructor Summary
Constructors Constructor Description WatchlistGroup()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetId()Returns the group ID.StringgetName()Returns the group name.WatchlistSecurity[]getSecurities()Returns the securities in this group.StringtoString()
-
-
-
Method Detail
-
getId
public long getId()
Returns the group ID.- Returns:
- the group ID
-
getName
public String getName()
Returns the group name.- Returns:
- the group name
-
getSecurities
public WatchlistSecurity[] getSecurities()
Returns the securities in this group.- Returns:
- the securities in this group
-
-