Uses of Class
com.longport.quote.DeleteWatchlistGroup
-
Packages that use DeleteWatchlistGroup Package Description com.longport com.longport.quote -
-
Uses of DeleteWatchlistGroup in com.longport
Methods in com.longport with parameters of type DeleteWatchlistGroup Modifier and Type Method Description static void
SdkNative. quoteContextDeleteWatchlistGroup(long context, DeleteWatchlistGroup req, AsyncCallback callback)
-
Uses of DeleteWatchlistGroup in com.longport.quote
Methods in com.longport.quote that return DeleteWatchlistGroup Modifier and Type Method Description DeleteWatchlistGroup
DeleteWatchlistGroup. purge()
Methods in com.longport.quote with parameters of type DeleteWatchlistGroup Modifier and Type Method Description CompletableFuture<Void>
QuoteContext. deleteWatchlistGroup(DeleteWatchlistGroup req)
Delete watchlist group
-