Longbridge OpenAPI SDK
    Preparing search index...

    Interface ExecutiveGroup

    Executives for one security

    interface ExecutiveGroup {
        symbol: string;
        forwardUrl: string;
        total: number;
        professionals: Professional[];
    }
    Index

    Properties

    symbol: string

    Security symbol

    forwardUrl: string

    Company wiki URL

    total: number

    Total executives

    professionals: Professional[]

    Individual executives