Package com.qtsurfer.api.sdk.internal
Interface StrategyCompileClient
- All Known Implementing Classes:
HttpStrategyCompileClient
public interface StrategyCompileClient
Backend-facing client for the strategy compile step. Abstracted so the
workflow can be tested without an HTTP backend.
-
Method Summary
-
Method Details
-
compile
Compile strategy source synchronously; returns the resulting strategyId.
-