tesser-execution

Crates.iotesser-execution
lib.rstesser-execution
version0.9.1
created_at2025-11-19 06:25:59.725586+00
updated_at2025-11-27 09:35:00.592829+00
descriptionOrder orchestration, routing, and execution engine for Tesser
homepage
repositoryhttps://github.com/tesserspace/tesser
max_upload_size
id1939507
size204,074
Zijing Zhang (pluveto)

documentation

README

tesser-execution

Order management helpers that translate signals into broker requests.

Overview

  • Provides the OrderSizer trait plus a simple FixedOrderSizer implementation.
  • ExecutionEngine consumes Signals, computes quantities, and calls the configured ExecutionClient.
  • Central place to add risk/remediation logic before orders hit the exchange connector.

Extending

  • Implement new sizers (e.g., Kelly, volatility scaling) by satisfying OrderSizer.
  • Add pre-trade checks or risk guards inside ExecutionEngine::handle_signal before delegating to the client.

Tests

cargo test -p tesser-execution
Commit count: 0

cargo fmt