Motif API
    Preparing search index...
    interface SingleBrokerageAccountGroup {
        accountZenithCode: string;
        display: string;
        type: "Single" | "All";
        upperDisplay: string;
        compareTo(other: BrokerageAccountGroup): ComparisonResult;
        isAll(): boolean;
        isEqualTo(other: BrokerageAccountGroup): boolean;
        isSingle(): boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    accountZenithCode: string
    display: string
    type: "Single" | "All"
    upperDisplay: string

    Methods