Module execution_engine

Source
Expand description

Execution engine module for order processing and exchange interaction

This module handles the coordination between risk validation and exchange communication, emitting events for order lifecycle updates.

Structs§

ExecutionEngine
Engine that processes orders through risk checks and exchange submission

Enums§

ExecutionEvent
Events emitted during order execution lifecycle

Traits§

Exchange
Trait for exchange implementations