Uses of Class
com.longportwhale.OpenApiException
-
Packages that use OpenApiException Package Description com.longportwhale com.longportwhale.trade -
-
Uses of OpenApiException in com.longportwhale
Methods in com.longportwhale that throw OpenApiException Modifier and Type Method Description ConfigConfigBuilder. build()Build a Config objectstatic ConfigConfig. fromEnv()Create a new `Config` from the given environment variablesstatic HttpClientHttpClient. fromEnv()Create a new `HttpClient` from the given environment variables -
Uses of OpenApiException in com.longportwhale.trade
Methods in com.longportwhale.trade that throw OpenApiException Modifier and Type Method Description static CompletableFuture<TradeContext>TradeContext. create(Config config)Create a TradeContext objectCompletableFuture<Void>TradeContext. subscribe(TopicType[] topics)SubscribeCompletableFuture<Void>TradeContext. unsubscribe(TopicType[] topics)Unsubscribe
-