pub type BoxedExchange = Box<dyn Exchange>;
Type alias for a boxed Exchange trait object
Use this when you need owned, heap-allocated exchange instances.
pub struct BoxedExchange(/* private fields */);