Uses of Class
com.longport.quote.CreateWatchlistGroup
-
Packages that use CreateWatchlistGroup Package Description com.longport com.longport.quote -
-
Uses of CreateWatchlistGroup in com.longport
Methods in com.longport with parameters of type CreateWatchlistGroup Modifier and Type Method Description static void
SdkNative. quoteContextCreateWatchlistGroup(long context, CreateWatchlistGroup req, AsyncCallback callback)
-
Uses of CreateWatchlistGroup in com.longport.quote
Methods in com.longport.quote that return CreateWatchlistGroup Modifier and Type Method Description CreateWatchlistGroup
CreateWatchlistGroup. setSecurities(String[] securities)
Methods in com.longport.quote with parameters of type CreateWatchlistGroup Modifier and Type Method Description CompletableFuture<Long>
QuoteContext. createWatchlistGroup(CreateWatchlistGroup req)
Create watchlist group
-