Uses of Interface
com.longport.AsyncCallback
-
Packages that use AsyncCallback Package Description com.longport -
-
Uses of AsyncCallback in com.longport
Methods in com.longport with parameters of type AsyncCallback Modifier and Type Method Description static voidSdkNative. configRefreshAccessToken(long config, OffsetDateTime expired_at, AsyncCallback callback)static voidSdkNative. httpClientRequest(long httpClient, String request, AsyncCallback callback)static voidSdkNative. newQuoteContext(long config, AsyncCallback callback)static voidSdkNative. newTradeContext(long config, AsyncCallback callback)static voidSdkNative. quoteContextBrokers(long context, String symbol, AsyncCallback callback)static voidSdkNative. quoteContextCalcIndexes(long context, String[] symbols, CalcIndex[] indexes, AsyncCallback callback)static voidSdkNative. quoteContextCandlesticks(long context, String symbol, Period period, int count, AdjustType adjustType, TradeSessions tradeSessions, AsyncCallback callback)static voidSdkNative. quoteContextCapitalDistribution(long context, String symbol, AsyncCallback callback)static voidSdkNative. quoteContextCapitalFlow(long context, String symbol, AsyncCallback callback)static voidSdkNative. quoteContextCreateWatchlistGroup(long context, CreateWatchlistGroup req, AsyncCallback callback)static voidSdkNative. quoteContextDeleteWatchlistGroup(long context, DeleteWatchlistGroup req, AsyncCallback callback)static voidSdkNative. quoteContextDepth(long context, String symbol, AsyncCallback callback)static voidSdkNative. quoteContextHistoryCandlesticksByDate(long context, String symbol, Period period, AdjustType adjustType, LocalDate start, LocalDate end, TradeSessions tradeSessions, AsyncCallback callback)static voidSdkNative. quoteContextHistoryCandlesticksByOffset(long context, String symbol, Period period, AdjustType adjustType, boolean forward, LocalDateTime datetime, int count, TradeSessions tradeSessions, AsyncCallback callback)static voidSdkNative. quoteContextHistoryMarketTemperature(long context, Market market, LocalDate start, LocalDate end, AsyncCallback callback)static voidSdkNative. quoteContextIntraday(long context, String symbol, TradeSessions tradeSessions, AsyncCallback callback)static voidSdkNative. quoteContextMarketTemperature(long context, Market market, AsyncCallback callback)static voidSdkNative. quoteContextOptionChainExpiryDateList(long context, String symbol, AsyncCallback callback)static voidSdkNative. quoteContextOptionChainInfoByDate(long context, String symbol, LocalDate expiryDate, AsyncCallback callback)static voidSdkNative. quoteContextOptionQuote(long context, String[] symbols, AsyncCallback callback)static voidSdkNative. quoteContextParticipants(long context, AsyncCallback callback)static voidSdkNative. quoteContextQuote(long context, String[] symbols, AsyncCallback callback)static voidSdkNative. quoteContextRealtimeBrokers(long context, String symbol, AsyncCallback callback)static voidSdkNative. quoteContextRealtimeCandlesticks(long context, String symbol, Period period, int count, AsyncCallback callback)static voidSdkNative. quoteContextRealtimeDepth(long context, String symbol, AsyncCallback callback)static voidSdkNative. quoteContextRealtimeQuote(long context, String[] symbols, AsyncCallback callback)static voidSdkNative. quoteContextRealtimeTrades(long context, String symbol, int count, AsyncCallback callback)static voidSdkNative. quoteContextSecurityList(long context, Market market, SecurityListCategory category, AsyncCallback callback)static voidSdkNative. quoteContextStaticInfo(long context, String[] symbols, AsyncCallback callback)static voidSdkNative. quoteContextSubscribe(long context, String[] symbols, int flags, boolean isFirstPush, AsyncCallback callback)static voidSdkNative. quoteContextSubscribeCandlesticks(long context, String symbol, Period period, TradeSessions tradeSessions, AsyncCallback callback)static voidSdkNative. quoteContextSubscriptions(long context, AsyncCallback callback)static voidSdkNative. quoteContextTrades(long context, String symbol, int count, AsyncCallback callback)static voidSdkNative. quoteContextTradingDays(long context, Market market, LocalDate begin, LocalDate end, AsyncCallback callback)static voidSdkNative. quoteContextTradingSession(long context, AsyncCallback callback)static voidSdkNative. quoteContextUnsubscribe(long context, String[] symbols, int flags, AsyncCallback callback)static voidSdkNative. quoteContextUnsubscribeCandlesticks(long context, String symbol, Period period, AsyncCallback callback)static voidSdkNative. quoteContextUpdateWatchlistGroup(long context, UpdateWatchlistGroup req, AsyncCallback callback)static voidSdkNative. quoteContextWarrantIssuers(long context, AsyncCallback callback)static voidSdkNative. quoteContextWarrantList(long context, QueryWarrantOptions opts, AsyncCallback callback)static voidSdkNative. quoteContextWarrantQuote(long context, String[] symbols, AsyncCallback callback)static voidSdkNative. quoteContextWatchlist(long context, AsyncCallback callback)voidAsyncCallback.AsyncTask. run(AsyncCallback callback)static voidSdkNative. tradeContextAccountBalance(long context, String currency, AsyncCallback callback)static voidSdkNative. tradeContextCancelOrder(long context, String orderId, AsyncCallback callback)static voidSdkNative. tradeContextCashFlow(long context, GetCashFlowOptions opts, AsyncCallback callback)static voidSdkNative. tradeContextEstimateMaxPurchaseQuantity(long context, EstimateMaxPurchaseQuantityOptions opts, AsyncCallback callback)static voidSdkNative. tradeContextFundPositions(long context, GetFundPositionsOptions opts, AsyncCallback callback)static voidSdkNative. tradeContextHistoryExecutions(long context, GetHistoryExecutionsOptions opts, AsyncCallback callback)static voidSdkNative. tradeContextHistoryOrders(long context, GetHistoryOrdersOptions opts, AsyncCallback callback)static voidSdkNative. tradeContextMarginRatio(long context, String symbol, AsyncCallback callback)static voidSdkNative. tradeContextOrderDetail(long context, String orderId, AsyncCallback callback)static voidSdkNative. tradeContextReplaceOrder(long context, ReplaceOrderOptions opts, AsyncCallback callback)static voidSdkNative. tradeContextStockPositions(long context, GetStockPositionsOptions opts, AsyncCallback callback)static voidSdkNative. tradeContextSubmitOrder(long context, SubmitOrderOptions opts, AsyncCallback callback)static voidSdkNative. tradeContextSubscribe(long context, TopicType[] topics, AsyncCallback callback)static voidSdkNative. tradeContextTodayExecutions(long context, GetTodayExecutionsOptions opts, AsyncCallback callback)static voidSdkNative. tradeContextTodayOrders(long context, GetTodayOrdersOptions opts, AsyncCallback callback)static voidSdkNative. tradeContextUnsubscribe(long context, TopicType[] topics, AsyncCallback callback)
-