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 */ }pub type OrderResultMap<T = ()> = FxHashMap<SmartString, OrderResult<T>>;Map of order results indexed by order ID or client order ID
pub struct OrderResultMap<T = ()> { /* private fields */ }