Uses of Class
com.longport.quote.SecurityListCategory
-
Packages that use SecurityListCategory Package Description com.longport com.longport.quote -
-
Uses of SecurityListCategory in com.longport
Methods in com.longport with parameters of type SecurityListCategory Modifier and Type Method Description static void
SdkNative. quoteContextSecurityList(long context, Market market, SecurityListCategory category, AsyncCallback callback)
-
Uses of SecurityListCategory in com.longport.quote
Methods in com.longport.quote that return SecurityListCategory Modifier and Type Method Description static SecurityListCategory
SecurityListCategory. valueOf(String name)
Returns the enum constant of this type with the specified name.static SecurityListCategory[]
SecurityListCategory. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.longport.quote with parameters of type SecurityListCategory Modifier and Type Method Description CompletableFuture<Security[]>
QuoteContext. securityList(Market market, SecurityListCategory category)
Security list
-