pub type UnindexedAccountEvent = AccountEvent<ExchangeId, AssetNameExchange, InstrumentNameExchange>;Expand description
Convenient type alias for an AccountEvent keyed with ExchangeId,
AssetNameExchange, and InstrumentNameExchange.
Aliased Type§
pub struct UnindexedAccountEvent {
pub exchange: ExchangeId,
pub kind: AccountEventKind<ExchangeId, AssetNameExchange, InstrumentNameExchange>,
}Fields§
§exchange: ExchangeId§kind: AccountEventKind<ExchangeId, AssetNameExchange, InstrumentNameExchange>