Uses of Class
com.longport.Config
-
Packages that use Config Package Description com.longport com.longport.quote com.longport.trade -
-
Uses of Config in com.longport
Methods in com.longport that return Config Modifier and Type Method Description ConfigConfigBuilder. build()Build a Config objectstatic ConfigConfig. fromEnv()Create a new `Config` from the given environment variables -
Uses of Config in com.longport.quote
Methods in com.longport.quote with parameters of type Config Modifier and Type Method Description static CompletableFuture<QuoteContext>QuoteContext. create(Config config)Create a QuoteContext object -
Uses of Config in com.longport.trade
Methods in com.longport.trade with parameters of type Config Modifier and Type Method Description static CompletableFuture<TradeContext>TradeContext. create(Config config)Create a TradeContext object
-