Expression Language Reference
    Preparing search index...

    Interface QuerySecurityOpts

    Generic base for query operations

    interface QuerySecurityOpts {
        client_identifier?: string;
        columns?: string[];
        global?: boolean;
        includeSystem?: boolean;
        limit?: number;
        offset?: number;
        order?: string[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    client_identifier?: string
    columns?: string[]
    global?: boolean

    Return Global Securities

    includeSystem?: boolean

    Include System Securities

    limit?: number
    offset?: number
    order?: string[]