Uses of Class
com.longbridge.Config
-
-
Uses of Config in com.longbridge
Methods in com.longbridge that return Config Modifier and Type Method Description ConfigConfig. disablePrintQuotePackages()Disable printing quote packages when connected to the server.ConfigConfig. enableOvernight()Enable overnight quote.static ConfigConfig. fromApikeyโ(String appKey, String appSecret, String accessToken)Create a newConfigfrom API key credentials.static ConfigConfig. fromApikeyEnv()Create a newConfigfrom the given environment variablesstatic ConfigConfig. fromOAuthโ(OAuth oauth)Create a newConfigfor OAuth 2.0 authentication.ConfigConfig. httpUrlโ(String httpUrl)Set the HTTP endpoint URL.ConfigConfig. languageโ(Language language)Set the language identifier.ConfigConfig. logPathโ(String path)Set the path of the log files.ConfigConfig. pushCandlestickModeโ(PushCandlestickMode mode)Set the push candlestick mode.ConfigConfig. quoteWebsocketUrlโ(String quoteWsUrl)Set the quote websocket endpoint URL.ConfigConfig. tradeWebsocketUrlโ(String tradeWsUrl)Set the trade websocket endpoint URL. -
Uses of Config in com.longbridge.alert
Methods in com.longbridge.alert with parameters of type Config Modifier and Type Method Description static AlertContextAlertContext. createโ(Config config)Create an AlertContext object. -
Uses of Config in com.longbridge.asset
Methods in com.longbridge.asset with parameters of type Config Modifier and Type Method Description static AssetContextAssetContext. createโ(Config config)Create a AssetContext object -
Uses of Config in com.longbridge.calendar
Methods in com.longbridge.calendar with parameters of type Config Modifier and Type Method Description static CalendarContextCalendarContext. createโ(Config config) -
Uses of Config in com.longbridge.content
Methods in com.longbridge.content with parameters of type Config Modifier and Type Method Description static ContentContextContentContext. createโ(Config config)Create a ContentContext object -
Uses of Config in com.longbridge.dca
Methods in com.longbridge.dca with parameters of type Config Modifier and Type Method Description static DcaContextDcaContext. createโ(Config config)Create a DcaContext object. -
Uses of Config in com.longbridge.fundamental
Methods in com.longbridge.fundamental with parameters of type Config Modifier and Type Method Description static FundamentalContextFundamentalContext. createโ(Config config)Create a FundamentalContext. -
Uses of Config in com.longbridge.market
Methods in com.longbridge.market with parameters of type Config Modifier and Type Method Description static MarketContextMarketContext. createโ(Config config) -
Uses of Config in com.longbridge.portfolio
Methods in com.longbridge.portfolio with parameters of type Config Modifier and Type Method Description static PortfolioContextPortfolioContext. createโ(Config config) -
Uses of Config in com.longbridge.quote
Methods in com.longbridge.quote with parameters of type Config Modifier and Type Method Description static QuoteContextQuoteContext. createโ(Config config)Create a QuoteContext object -
Uses of Config in com.longbridge.screener
Methods in com.longbridge.screener with parameters of type Config Modifier and Type Method Description static ScreenerContextScreenerContext. createโ(Config config) -
Uses of Config in com.longbridge.sharelist
Methods in com.longbridge.sharelist with parameters of type Config Modifier and Type Method Description static SharelistContextSharelistContext. createโ(Config config)Create a SharelistContext object. -
Uses of Config in com.longbridge.trade
Methods in com.longbridge.trade with parameters of type Config Modifier and Type Method Description static TradeContextTradeContext. createโ(Config config)Create a TradeContext object
-