Package com.longbridge.quote
Class DeleteWatchlistGroup
- java.lang.Object
-
- com.longbridge.quote.DeleteWatchlistGroup
-
public class DeleteWatchlistGroup extends Object
Request object for deleting a watchlist group
-
-
Constructor Summary
Constructors Constructor Description DeleteWatchlistGroup(long id)Constructs a delete-watchlist-group request.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeleteWatchlistGrouppurge()Sets the purge flag, which also removes all securities from the group before deletion.
-
-
-
Method Detail
-
purge
public DeleteWatchlistGroup purge()
Sets the purge flag, which also removes all securities from the group before deletion.- Returns:
- this instance for chaining
-
-