Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 602 Bytes

File metadata and controls

17 lines (11 loc) · 602 Bytes

Server components

Most users run the packaged pineforge-backtest-server command or submit work through FastApiBacktestClient. These objects support applications that embed the service or manage its compiled-strategy cache directly.

::: pineforge_data.server.create_app

::: pineforge_data.server.BacktestService

::: pineforge_data.server.BacktestServiceError

::: pineforge_data.compile_cache.CompileCache

The running service also publishes an interactive OpenAPI schema at /docs. See the server guide for HTTP behavior, concurrency, security, and deployment configuration.