Skip to main content

Module executor

Module executor 

Source

Structs§

DryRunExecutor
Logs order actions without persisting any state.
OrderParams
Parameters for submitting an order.
OrderResult
Result of a submitted order.
PaperExecutor
Simulates order fills and records positions in the SQLite database.

Enums§

ExecutorError
Error type for order execution.

Traits§

OrderSubmitter
Trait for submitting and cancelling orders.