Expand description
Order types.
Domain records and input structs for orders, order actions, and fill side effects.
Structsยง
- Fill
Side Effects - Side effects for atomic fill persistence (fill + trade + ledger).
- Order
Info Record - Materialized order state: static order metadata merged with the latest status from the order update stream.
- Persist
Order Action - Input for persisting an order action audit trail entry. The Diesel adapter converts enums to DB strings at the boundary.
- Persist
Order Info - Input for persisting static order info (upsert on order_id). The Diesel adapter converts enums to DB strings at the boundary.