Skip to main content

Crate simulator_api

Crate simulator_api 

Source

Structs§

AccountData
Account snapshot used to seed or modify state in a session.
AccountModifications
Account state modifications to apply.
CloseSessionRequestV1
ContinueParams
Arguments used to continue an existing session.
ContinueSessionRequestV1
CreateBacktestSessionRequestOptions
CreateBacktestSessionRequestV1
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.

Enums§

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.
CreateBacktestSessionRequest
Versioned payload for CreateBacktestSession.
SessionEventV1