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 void
SdkNative. configRefreshAccessToken(long config, OffsetDateTime expired_at, AsyncCallback callback)
static void
SdkNative. httpClientRequest(long httpClient, String request, AsyncCallback callback)
static void
SdkNative. newQuoteContext(long config, AsyncCallback callback)
static void
SdkNative. newTradeContext(long config, AsyncCallback callback)
static void
SdkNative. quoteContextBrokers(long context, String symbol, AsyncCallback callback)
static void
SdkNative. quoteContextCalcIndexes(long context, String[] symbols, CalcIndex[] indexes, AsyncCallback callback)
static void
SdkNative. quoteContextCandlesticks(long context, String symbol, Period period, int count, AdjustType adjustType, AsyncCallback callback)
static void
SdkNative. quoteContextCapitalDistribution(long context, String symbol, AsyncCallback callback)
static void
SdkNative. quoteContextCapitalFlow(long context, String symbol, AsyncCallback callback)
static void
SdkNative. quoteContextCreateWatchlistGroup(long context, CreateWatchlistGroup req, AsyncCallback callback)
static void
SdkNative. quoteContextDeleteWatchlistGroup(long context, DeleteWatchlistGroup req, AsyncCallback callback)
static void
SdkNative. quoteContextDepth(long context, String symbol, AsyncCallback callback)
static void
SdkNative. quoteContextHistoryCandlesticksByDate(long context, String symbol, Period period, AdjustType adjustType, LocalDate start, LocalDate end, AsyncCallback callback)
static void
SdkNative. quoteContextHistoryCandlesticksByOffset(long context, String symbol, Period period, AdjustType adjustType, boolean forward, LocalDateTime datetime, int count, AsyncCallback callback)
static void
SdkNative. quoteContextIntraday(long context, String symbol, AsyncCallback callback)
static void
SdkNative. quoteContextOptionChainExpiryDateList(long context, String symbol, AsyncCallback callback)
static void
SdkNative. quoteContextOptionChainInfoByDate(long context, String symbol, LocalDate expiryDate, AsyncCallback callback)
static void
SdkNative. quoteContextOptionQuote(long context, String[] symbols, AsyncCallback callback)
static void
SdkNative. quoteContextParticipants(long context, AsyncCallback callback)
static void
SdkNative. quoteContextQuote(long context, String[] symbols, AsyncCallback callback)
static void
SdkNative. quoteContextRealtimeBrokers(long context, String symbol, AsyncCallback callback)
static void
SdkNative. quoteContextRealtimeCandlesticks(long context, String symbol, Period period, int count, AsyncCallback callback)
static void
SdkNative. quoteContextRealtimeDepth(long context, String symbol, AsyncCallback callback)
static void
SdkNative. quoteContextRealtimeQuote(long context, String[] symbols, AsyncCallback callback)
static void
SdkNative. quoteContextRealtimeTrades(long context, String symbol, int count, AsyncCallback callback)
static void
SdkNative. quoteContextSecurityList(long context, Market market, SecurityListCategory category, AsyncCallback callback)
static void
SdkNative. quoteContextStaticInfo(long context, String[] symbols, AsyncCallback callback)
static void
SdkNative. quoteContextSubscribe(long context, String[] symbols, int flags, boolean isFirstPush, AsyncCallback callback)
static void
SdkNative. quoteContextSubscribeCandlesticks(long context, String symbol, Period period, AsyncCallback callback)
static void
SdkNative. quoteContextSubscriptions(long context, AsyncCallback callback)
static void
SdkNative. quoteContextTrades(long context, String symbol, int count, AsyncCallback callback)
static void
SdkNative. quoteContextTradingDays(long context, Market market, LocalDate begin, LocalDate end, AsyncCallback callback)
static void
SdkNative. quoteContextTradingSession(long context, AsyncCallback callback)
static void
SdkNative. quoteContextUnsubscribe(long context, String[] symbols, int flags, AsyncCallback callback)
static void
SdkNative. quoteContextUnsubscribeCandlesticks(long context, String symbol, Period period, AsyncCallback callback)
static void
SdkNative. quoteContextUpdateWatchlistGroup(long context, UpdateWatchlistGroup req, AsyncCallback callback)
static void
SdkNative. quoteContextWarrantIssuers(long context, AsyncCallback callback)
static void
SdkNative. quoteContextWarrantList(long context, QueryWarrantOptions opts, AsyncCallback callback)
static void
SdkNative. quoteContextWarrantQuote(long context, String[] symbols, AsyncCallback callback)
static void
SdkNative. quoteContextWatchlist(long context, AsyncCallback callback)
void
AsyncCallback.AsyncTask. run(AsyncCallback callback)
static void
SdkNative. tradeContextAccountBalance(long context, String currency, AsyncCallback callback)
static void
SdkNative. tradeContextCancelOrder(long context, String orderId, AsyncCallback callback)
static void
SdkNative. tradeContextCashFlow(long context, GetCashFlowOptions opts, AsyncCallback callback)
static void
SdkNative. tradeContextEstimateMaxPurchaseQuantity(long context, EstimateMaxPurchaseQuantityOptions opts, AsyncCallback callback)
static void
SdkNative. tradeContextFundPositions(long context, GetFundPositionsOptions opts, AsyncCallback callback)
static void
SdkNative. tradeContextHistoryExecutions(long context, GetHistoryExecutionsOptions opts, AsyncCallback callback)
static void
SdkNative. tradeContextHistoryOrders(long context, GetHistoryOrdersOptions opts, AsyncCallback callback)
static void
SdkNative. tradeContextMarginRatio(long context, String symbol, AsyncCallback callback)
static void
SdkNative. tradeContextOrderDetail(long context, String orderId, AsyncCallback callback)
static void
SdkNative. tradeContextReplaceOrder(long context, ReplaceOrderOptions opts, AsyncCallback callback)
static void
SdkNative. tradeContextStockPositions(long context, GetStockPositionsOptions opts, AsyncCallback callback)
static void
SdkNative. tradeContextSubmitOrder(long context, SubmitOrderOptions opts, AsyncCallback callback)
static void
SdkNative. tradeContextSubscribe(long context, TopicType[] topics, AsyncCallback callback)
static void
SdkNative. tradeContextTodayExecutions(long context, GetTodayExecutionsOptions opts, AsyncCallback callback)
static void
SdkNative. tradeContextTodayOrders(long context, GetTodayOrdersOptions opts, AsyncCallback callback)
static void
SdkNative. tradeContextUnsubscribe(long context, TopicType[] topics, AsyncCallback callback)
-