Skip to main content

Module executor

Module executor 

Source

Structs§

OrderFill
Result of a filled order.
PaperOrderExecutor
Paper executor: instant fill at given price, no real exchange interaction.
PlaybookOrderParams
Order params for playbook-driven trades.
RiskCheckedOrderExecutor
An OrderExecutor decorator that enforces pre-trade risk checks before delegating to an inner executor.

Enums§

ExecutionError
Errors that can occur during order execution.

Traits§

OrderExecutor
Trait abstracting order execution for playbooks.