Module types

Source
Expand description

Core type definitions for the Order Management System

This module defines the fundamental types used throughout the OMS, including order representations, events, and lifecycle states.

Structs§

Order
Internal order representation
OrderBook
Order book representation with bid and ask levels
OrderRequest
Order request representation
OrderResponse
Order response returned after processing an order request
OrderUpdate
Order update event

Enums§

OmsOrderStatus
OMS-specific order status values that extend the common order status enum
OrderEvent
Order event types for lifecycle tracking
RejectionReason
Rejection reason for orders