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