Uses of Class
com.longbridge.quote.UpdateWatchlistGroup
-
Packages that use UpdateWatchlistGroup Package Description com.longbridge com.longbridge.quote -
-
Uses of UpdateWatchlistGroup in com.longbridge
Methods in com.longbridge with parameters of type UpdateWatchlistGroup Modifier and Type Method Description static voidSdkNative. quoteContextUpdateWatchlistGroup(long context, UpdateWatchlistGroup req, AsyncCallback callback) -
Uses of UpdateWatchlistGroup in com.longbridge.quote
Methods in com.longbridge.quote that return UpdateWatchlistGroup Modifier and Type Method Description UpdateWatchlistGroupUpdateWatchlistGroup. setMode(SecuritiesUpdateMode mode)Sets the update mode (add, remove, or replace).UpdateWatchlistGroupUpdateWatchlistGroup. setName(String name)Sets the new group name.UpdateWatchlistGroupUpdateWatchlistGroup. setSecurities(String[] securities)Sets the securities in the group.Methods in com.longbridge.quote with parameters of type UpdateWatchlistGroup Modifier and Type Method Description CompletableFuture<Long>QuoteContext. updateWatchlistGroup(UpdateWatchlistGroup req)Update watchlist group
-