pub type UnindexedOrderState = OrderState<AssetNameExchange, InstrumentNameExchange>;Expand description
Convenient type alias for an OrderState keyed with AssetNameExchange
and InstrumentNameExchange.
Aliased Type§
pub enum UnindexedOrderState {
Active(ActiveOrderState),
Inactive(InactiveOrderState<AssetNameExchange, InstrumentNameExchange>),
}