Skip to main contentCrate simulator_api
Source - AccountData
- Account snapshot used to seed or modify state in a session.
- AccountModifications
- Account state modifications to apply.
- ContinueParams
- Arguments used to continue an existing session.
- CreateSessionParams
- Parameters required to start a new backtest session.
- EncodedBinary
- A blob paired with the encoding needed to decode it.
- SequencedResponse
- Wire format wrapper for responses sent over the control websocket.
Sessions with
disconnect_timeout_secs > 0 use this to track client position. - SessionSummary
- Summary of transaction execution statistics for a completed backtest session.
- BacktestError
- Error variants surfaced to backtest RPC clients.
- BacktestRequest
- Backtest RPC methods exposed to the client.
- BacktestResponse
- Responses returned over the backtest RPC channel.
- BacktestStatus
- High-level progress states during a
Continue call. - BinaryEncoding
- Supported binary encodings for account/transaction payloads.