Uses of Class
com.longport.Market
-
Packages that use Market Package Description com.longport com.longport.quote com.longport.trade -
-
Uses of Market in com.longport
Methods in com.longport that return Market Modifier and Type Method Description static MarketMarket. valueOf(String name)Returns the enum constant of this type with the specified name.static Market[]Market. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.longport with parameters of type Market Modifier and Type Method Description static voidSdkNative. quoteContextHistoryMarketTemperature(long context, Market market, LocalDate start, LocalDate end, AsyncCallback callback)static voidSdkNative. quoteContextMarketTemperature(long context, Market market, AsyncCallback callback)static voidSdkNative. quoteContextSecurityList(long context, Market market, SecurityListCategory category, AsyncCallback callback)static voidSdkNative. quoteContextTradingDays(long context, Market market, LocalDate begin, LocalDate end, AsyncCallback callback) -
Uses of Market in com.longport.quote
Methods in com.longport.quote that return Market Modifier and Type Method Description MarketMarketTradingSession. getMarket()MarketWatchlistSecurity. getMarket()Methods in com.longport.quote with parameters of type Market Modifier and Type Method Description CompletableFuture<HistoryMarketTemperatureResponse>QuoteContext. getHistoryMarketTemperature(Market market, LocalDate start, LocalDate end)Get historical market temperatureCompletableFuture<MarketTemperature>QuoteContext. getMarketTemperature(Market market)Get current market temperatureCompletableFuture<Security[]>QuoteContext. getSecurityList(Market market)Security list without categoryCompletableFuture<Security[]>QuoteContext. getSecurityList(Market market, SecurityListCategory category)Security listCompletableFuture<MarketTradingDays>QuoteContext. getTradingDays(Market market, LocalDate begin, LocalDate end)Get market trading days -
Uses of Market in com.longport.trade
Methods in com.longport.trade that return Market Modifier and Type Method Description MarketStockPosition. getMarket()Methods in com.longport.trade with parameters of type Market Modifier and Type Method Description GetHistoryOrdersOptionsGetHistoryOrdersOptions. setMarket(Market market)GetTodayOrdersOptionsGetTodayOrdersOptions. setMarket(Market market)
-