Skip to main content

InstrumentAccountKey

Type Alias InstrumentAccountKey 

Source
pub type InstrumentAccountKey = (InstrumentId, AccountId);
Expand description

Composite key identifying a position context by instrument and account.

Used to scope per-position reconciliation state (retry counters, activity throttles, venue report lookups) so that multiple accounts holding the same instrument do not share the same tracking entry.