Uses of Class
com.longport.quote.CalcIndex
-
Packages that use CalcIndex Package Description com.longport com.longport.quote -
-
Uses of CalcIndex in com.longport
Methods in com.longport with parameters of type CalcIndex Modifier and Type Method Description static void
SdkNative. quoteContextCalcIndexes(long context, String[] symbols, CalcIndex[] indexes, AsyncCallback callback)
-
Uses of CalcIndex in com.longport.quote
Methods in com.longport.quote that return CalcIndex Modifier and Type Method Description static CalcIndex
CalcIndex. valueOf(String name)
Returns the enum constant of this type with the specified name.static CalcIndex[]
CalcIndex. 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 CalcIndex Modifier and Type Method Description CompletableFuture<SecurityCalcIndex[]>
QuoteContext. getCalcIndexes(String[] symbols, CalcIndex[] indexes)
Get security calc indexes
-