Expand description
Execution state, reconciliation decisions, and adapter-facing dispatch support.
manager owns cached execution reconciliation and its activity and retry state.
Internal reconciliation operations build and validate reports and collect targeted reports.
context, failure, reports, and emitter provide the shared adapter interfaces.
The manager coordinates individual reconciliation operations; the live node schedules them.
Modulesยง
- config
- Configuration for execution reconciliation decisions and cache retention.
- context
- Shared order metadata for cache-free live execution dispatch.
- emitter
- Live execution event emitter for async event dispatch.
- failure
- Shared classification of order command failures for live execution.
- manager
- Execution reconciliation and state tracking for live hosts.
- reports
- Adapter-side filtering of venue order reports by query status and time bounds.
- submission
- Native policy and diagnostics for exhausted submission recovery.