pub type UnindexedOrderKey = OrderKey<ExchangeId, InstrumentNameExchange>;Expand description
Convenient type alias for an OrderKey keyed with ExchangeId
and InstrumentNameExchange.
Aliased Type§
pub struct UnindexedOrderKey {
pub exchange: ExchangeId,
pub instrument: InstrumentNameExchange,
pub strategy: StrategyId,
pub cid: ClientOrderId,
}Fields§
§exchange: ExchangeId§instrument: InstrumentNameExchange§strategy: StrategyId§cid: ClientOrderId