pub type OrderPool2048 = OrderPool<2048>;
Order pool with capacity for 2048 orders
pub struct OrderPool2048 { /* private fields */ }