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 Market
Market. 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 void
SdkNative. quoteContextSecurityList(long context, Market market, SecurityListCategory category, AsyncCallback callback)
static void
SdkNative. 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 Market
MarketTradingSession. getMarket()
Market
WatchlistSecurity. getMarket()
Methods in com.longport.quote with parameters of type Market Modifier and Type Method Description CompletableFuture<MarketTradingDays>
QuoteContext. getTradingDays(Market market, LocalDate begin, LocalDate end)
Get market trading daysCompletableFuture<Security[]>
QuoteContext. securityList(Market market, SecurityListCategory category)
Security list -
Uses of Market in com.longport.trade
Methods in com.longport.trade that return Market Modifier and Type Method Description Market
StockPosition. getMarket()
Methods in com.longport.trade with parameters of type Market Modifier and Type Method Description GetHistoryOrdersOptions
GetHistoryOrdersOptions. setMarket(Market market)
GetTodayOrdersOptions
GetTodayOrdersOptions. setMarket(Market market)
-