Type Alias OrderPoolTemplate

Source
pub type OrderPoolTemplate<T> = GenericPool<T>;
Expand description

Type alias for order pool - will be configured with actual Order type when integrated with rusty_model

Aliased Typeยง

pub struct OrderPoolTemplate<T> { /* private fields */ }