Type Alias OrderPool2048

Source
pub type OrderPool2048 = OrderPool<2048>;
Expand description

Order pool with capacity for 2048 orders

Aliased Typeยง

pub struct OrderPool2048 { /* private fields */ }