Expand description
Provides a generic ExecutionEngine for all environments.
The execution engines primary responsibility is to orchestrate interactions
between the ExecutionClient instances, and the rest of the platform. This
includes sending commands to, and receiving events from, the trading venue
endpoints via its registered execution clients.
Modules§
Structs§
- Execution
Engine - Central execution engine responsible for orchestrating order routing and execution.
- Position
State Snapshot - Position state snapshot published to the
snapshots.position.{position_id}topic.
Type Aliases§
- Snapshot
Anchorer - Callback that anchors cache snapshot metadata in an external store.