Type Alias OrderResultMap

Source
pub type OrderResultMap<T = ()> = FxHashMap<SmartString, OrderResult<T>>;
Expand description

Map of order results indexed by order ID or client order ID

Aliased Typeยง

pub struct OrderResultMap<T = ()> { /* private fields */ }