Uses of Class
com.longportwhale.Config
-
Packages that use Config Package Description com.longportwhale com.longportwhale.trade -
-
Uses of Config in com.longportwhale
Methods in com.longportwhale 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.longportwhale.trade
Methods in com.longportwhale.trade with parameters of type Config Modifier and Type Method Description static CompletableFuture<TradeContext>TradeContext. create(Config config)Create a TradeContext object
-