AboutSupportDeveloper GuideVersion 2.0.0
BloombergTerminalFunction: {
    mnemonic: string;
    securities?: string[];
    tail?: string;
    target: BloombergPanel | string;
}

Action that will execute a Bloomberg function in the specified Terminal panel.

Type declaration

  • mnemonic: string

    Mnemonic code of the Terminal function to execute.

  • Optional securities?: string[]

    Securities to be used with the function.

  • Optional tail?: string

    Tail to be used with the function.

  • target: BloombergPanel | string

    The Terminal panel ID or named tab that will execute the function.

Generated using TypeDoc