The read-side account context for a market-data lookup: anything exposing an accountGroup getter. The engine's policy contexts satisfy this shape.

interface AccountInfo {
    accountGroup?: null | AccountGroupId;
}

Properties

Properties

accountGroup?: null | AccountGroupId