Expand description
Standardized reasons for local order denial.
OrderDeniedReason is the single source of truth for the CATEGORY_CONDITION codes
attached to OrderDenied events. Each variant renders, via
std::fmt::Display, to a message whose leading token is the stable code followed by
key=value context. The companion OrderDeniedCode enum (generated by strum) enumerates
the codes without their per-denial context, so documentation and grouping can iterate the
closed set.
Structs§
- Order
Denied Code Iter - An iterator over the variants of OrderDeniedCode
Enums§
- Order
Denied Code - Auto-generated discriminant enum variants
- Order
Denied Reason - A standardized reason an order was denied locally by the Nautilus system.