Skip to main content

Module handlers

Module handlers 

Source
Expand description

Order management handler traits and implementations.

These handlers enable the OrderManager to dispatch order commands to components like the OrderEmulator for processing emulated orders.

Enums§

CancelOrderHandlerAny
Uses [WeakCell] to avoid circular references between components.
ModifyOrderHandlerAny
Uses [WeakCell] to avoid circular references between components.
SubmitOrderHandlerAny
Uses [WeakCell] to avoid circular references between components.

Traits§

CancelOrderHandler
ModifyOrderHandler
SubmitOrderHandler